getNonFungibleTokensByWalletAddress
This endpoint retrieves NFTs by blockchain and wallet address.
Parameters
chain | Blockchain to filter by | |
walletAddress | string | Wallet address to get NFTs |
query (optional) | Query to filter the operation results |
Returns
VyPromise<VyNonFungibleTokenDto[]> NFTs of wallet retrieved successfully.
Last updated