Skip to main content
GET
/
2022-06-09
/
wallets
/
{identifier}
/
nfts
Get NFTs from Wallet
curl --request GET \
  --url https://staging.crossmint.com/api/2022-06-09/wallets/{identifier}/nfts \
  --header 'X-API-KEY: <api-key>'
[
  {
    "chain": "<string>",
    "contractAddress": "<string>",
    "tokenId": "<string>",
    "metadata": {
      "attributes": [],
      "collection": {},
      "description": "<string>",
      "image": "<string>",
      "animation_url": "<string>",
      "name": "<string>"
    },
    "locator": "<string>",
    "tokenStandard": "<string>"
  }
]
This API enables fetching the NFTs for a provided wallet address and chain. The response will be slightly different between EVM, Solana, and other wallets. See the example responses to the right.
[
  {
    "chain": "<string>",
    "contractAddress": "<string>",
    "tokenId": "<string>",
    "metadata": {
      "attributes": [],
      "collection": {},
      "description": "<string>",
      "image": "<string>",
      "animation_url": "<string>",
      "name": "<string>"
    },
    "locator": "<string>",
    "tokenStandard": "<string>"
  }
]

Authorizations

X-API-KEY
string
header
required

Path Parameters

identifier
string
required

Query Parameters

page
string
default:1
required
perPage
string
default:20
required
contractAddress
string[]
tokenId
string

Response

  • EVM · object[]
  • Solana · object[]
chain
string
contractAddress
string
tokenId
string
metadata
object
locator
string
tokenStandard
string
subscription
object