Prerequisites

Ensure you have a wallet created. You can follow the Quickstart for server wallets to prepare one. You will need:

  • API Key: Ensure you have an API key with the scopes: wallets.read and wallets: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.