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");
getNonfungibles = (walletId: string): Promise<NFT[]>
Promise<NFT[]>
Parameter | Required | Description |
walletId | True | Wallet ID of the wallet you want to fetch the balance of |
venlyConnect.api.getNonfungibles("d91b644a-076f-44bf-ae90-29251df19784");
Last modified 1yr ago