getNonfungibles
Fetch non-fungible items by wallet ID.
This function returns the non-fungible (ERC721, ERC1155) items for a given wallet
venlyConnect.api.getNonfungibles("d91b644a-076f-44bf-ae90-29251df19784");
Signature:
getNonfungibles = (walletId: string): Promise<NFT[]>
Returns:
Promise<NFT[]>
Parameters:
Parameter | Required | Description |
---|---|---|
walletId | True | Wallet ID of the wallet you want to fetch the balance of |
Example:
venlyConnect.api.getNonfungibles("d91b644a-076f-44bf-ae90-29251df19784");
Object Types
Updated about 1 year ago