Skip to content

Get ERC721 Tokens for a Wallet

GET
/asset/erc721/{contractDeploymentId}/{walletAddress}

Retrieve all ERC721 tokens owned by a specific wallet.

Note: This endpoint is in beta and may be subject to changes.

Authorizations

Parameters

Path Parameters

contractDeploymentId
required
string

The deployment ID of the ERC721 contract.

walletAddress
required
string

The wallet address to retrieve tokens for.

Responses

200

ERC721 tokens retrieved successfully.

object
assets
Array<object>
object
id

The asset ID.

string
tokenId

The token ID of the ERC721 token.

string
contractDeploymentId

The deployment ID of the ERC721 contract.

string
collectionId

The ID of the token collection.

string
status

The status of the ERC721 token.

string

400

Bad request, missing or invalid parameters.

object
code

HTTP status code.

integer
status

Status message, e.g., “INTERNAL_SERVER_ERROR”.

string