Beta
an instance of a NFTContract
the wallet address to get owned tokens for
Optional
queryParams: {}query params to pass to the query for pagination
a response object that includes the list of owned tokens
const { data: ownedNFTs, isLoading, error } = useOwnedNFTs(contract, "{{wallet_address}}", { start: 0, count: 100 });
ERC721Enumerable | ERC1155Enumerable | ERC721Supply
Generated using TypeDoc
Get all NFTs owned by a specific wallet