get_nft_balances_v4
Retrieve all NFTs held by a blockchain address, grouped by smart contracts, for supported blockchains including Ethereum, Solana, and Polygon. Includes metadata for Solana and Algorand if fewer than 50 NFTs are held.
Instructions
[blockchain_data] /v4/data/nft/balances 50 credits per API call 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: Ethereum - ethereum-mainnet / ethereum-sepolia / ethereum-holesky Solana - solana-mainnet / solana-devnet Base - base-mainnet / base-sepolia Arbitrum - arb-one-mainnet / arb-testnet BNB (Binance) Smart Chain - bsc-mainnet / bsc-testnet Polygon - polygon-mainnet / polygon-amoy Optimism - optimism-mainnet / optimism-testnet Celo - celo-mainnet / celo-testnet Algorand - algorand-mainnet-algod / algorand-testnet-algod 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.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The blockchain address that you want to get the token balance of | |
chain | Yes | The blockchain to work with. |