Get Wallet NFTs
Last updated
Last updated
GET /wallets/{walletId}/nfts
Retrieves a list of NFTs owned by the specified Wallet.
Wallets:Read
Always Required
walletId
Unique identifier of the wallet.
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>
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)
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)
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)