Wallets
Get NFTs from Wallet
Fetch the NFTs in a provided wallet
API scope required: wallets:nfts.read
GET
/
2022-06-09
/
wallets
/
{identifier}
/
nfts
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.
Authorizations
X-API-KEY
string
headerrequiredObtained in the Crossmint developer console
Path Parameters
identifier
string
requiredThe wallet identifier in the format of <chain>:<address>
, email:<email_address>:<chain>
or userId:<userId>:<chain>
.
Query Parameters
page
string
default: 1requiredPage index
perPage
string
default: 20requiredNumber of items to display per page
Response
200 - application/json
chain
string
The blockchain used in the request.
contractAddress
string
The token contract address
tokenId
string
The numeric tokenId for the specified NFT
metadata
object
locator
string
The address of the NFT on the blockchain
tokenStandard
string
The type of contract this token is from (ERC-721, ERC-1155 or ERC-5643)
subscription
object