Get NFT balance of the wallet

/v3/nft/address/balance/{chain}/{address}

1 credit per API call + 5 credits for each owned NFT

This endpoint is deprecated.


📘

Note:

We've introduced a new, faster, and more reliable endpoint: GET /v4/data/nft/balances. As a result, the older endpoint - GET /v3/nft/address/balance/{chain}/{address} - has been deprecated.
These endpoints will reach End of Life on June 30, 2025, as announced in our changelog. We recommend migrating to the new endpoint as soon as possible.

Get all NFTs that a blockchain address holds. The NFTs are returned grouped by the smart contracts they were minted on.

This API is supported for the following blockchains:

  • Algorand
  • BNB Smart Chain - mainnet only
  • Celo
  • Ethereum
  • Polygon
  • Solana

On Solana and Algorand, if a blockchain address holds fewer than 50 NFTs, the API also returns each NFT's metadata. If the metadata is not returned, you can obtain it using the API for getting NFT metadata.

Language
Credentials
Header
Click Try It! to start a request and see the response here!