GET
/
api
/
v1-alpha1
/
wallets
/
{walletLocator}
/
credential_nfts
curl --request GET \
  --url https://staging.crossmint.com/api/api/v1-alpha1/wallets/{walletLocator}/credential_nfts \
  --header 'X-API-KEY: <api-key>'
{
  "value": [
    {
      "chain": "<string>",
      "contractAddress": "<string>",
      "tokenId": "<string>",
      "metadata": {
        "attributes": [],
        "collection": {},
        "description": "<string>",
        "image": "<string>",
        "name": "<string>"
      },
      "locator": "<string>",
      "tokenStandard": "<string>"
    }
  ]
}

This is an alpha API and subject to change.

Authorizations

X-API-KEY
string
header
required

Key obtained from the Crossmint developer console, reflecting the API scope granted.

Path Parameters

walletLocator
string
required

Wallet on chain locator, in the format of <chain>:<wallet_address>

Query Parameters

page
string
default:
1
required

Page index

perPage
string
default:
10
required

Number of items to display per page

Response

200
application/json
Success.

List of NFTs associated with credentials