Get Wallet NFTs
GET /wallets/{walletId}/nfts
Retrieves a list of NFTs owned by the specified Wallet.
Required Permissions
Wallets:Read
Always Required
Parameters
Path parameters
walletId
Unique identifier of the wallet.
Response Body
walletId
ID of the wallet.
String
network
Network used for the wallet.
String
nfts
A list of NFTs the wallet holds. Fields will vary depending on the NFT kind, see below.
Array<NFT>
Algorand NFT Fields
kind
ASA.
String
assetId
The NFT's asset ID.
String
symbol
The NFT's symbol.
String (optional)
tokenUri
The NFT's metadata URI.
String (optional)
ERC-721 NFT Fields
kind
Erc721, smart contract based non fungible token standard.
String
contract
ERC-721 contract address.
String
tokenId
The NFT's token ID.
String
symbol
The NFT's symbol.
String (optional)
tokenUri
The NFT's metadata URI.
String (optional)
TRC-721 NFT Fields
kind
Trc721, smart contract based non fungible token standard.
String
contract
TRC-721 contract address.
String
tokenId
The NFT's token ID.
String
symbol
The NFT's symbol.
String (optional)
tokenUri
The NFT's metadata URI.
String (optional)
Last updated