This function returns the non-fungible (ERC721, ERC1155) items for a given wallet
arkaneConnect.api.getNonfungiblesByAddress("ETHEREUM","0x3ad396dcb86d3a72855f7e1e305eaa144ec9b434");
getNonfungiblesByAddress = (secretType: SecretType, walletAddress: string): Promise<NFT[]>
Promise<NFT[]>
Parameter | Required | Description |
|
| Wallet address the wallet you want to fetch the balance of |
| The relevant blockchain (e.g Ethereum, Matic,..) |
arkaneConnect.api.getNonfungiblesByAddress("ETHEREUM","0x3ad396dcb86d3a72855f7e1e305eaa144ec9b434");