Skip to content

Get wallet NFTs

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

Get all NFTs owned by a specific wallet for a contract deployment.

contractDeploymentId
required
string

A contract deployment Id

Example
contract-deployment-123
walletAddress
required
string

A wallet address

Example
0x123...
X-API-Key
string

API Key

X-API-Secret
string

API Secret

List of NFTs owned by the wallet

object
assets
required

The assets of the wallet

Array<object>
object

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error