Wallet Actions
Fetch Wallet NFTs
Retrieve NFTs from wallets using Crossmint’s APIs
Prerequisites
To create a wallet, check out our Quickstarts for Ethereum or Solana to prepare the following:
- API Key: Your Crossmint API key with the following scopes:
wallets.read
andwallets:nfts.read
. - Wallet Address: The address of the wallet you want to check the NFTs from.
Retrieving Wallet NFTs
We will use the Get NFTs from Wallet API.
It requires the following parameters:
- walletAddress: The address of the wallet.
- chain: The blockchain network where the wallet is.
- page: (Optional) Page number for pagination.
- perPage: (Optional) Number of NFTs per page.