Get Wallet NFTs

GET /wallets/{walletId}/nfts

Retrieves a list of NFTs owned by the specified Wallet.

circle-info

Required Permissions

Name
Conditions

Wallets:Read

Always Required

Parameters

Path parameters

Path parameter
Description

walletId

Unique identifier of the wallet.

Response Body

Field
Description
Type - Optional

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

Field
Description
Type - Optional

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

Field
Description
Type - 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)

TRC-721 NFT Fields

Field
Description
Type - 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)

Last updated