useOwnedNFTs
Get all NFTs owned by a specific wallet
Example
const {
data: ownedNFTs,
isLoading,
error,
} = useOwnedNFTs(contract, "{{wallet_address}}", {
start: 0,
count: 100,
});
Parameters
Returns
a response object that includes the list of owned tokens