NFT Balances

Solana API endpoint for fetching wallet NFT balances and holdings with collection metadata, floor prices, attributes, and total portfolio value in SOL and USD.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Fetch NFT balances and holdings for any Solana wallet, including collection-level metadata, floor prices, and portfolio valuation in SOL and USD. This endpoint aggregates NFT positions across collections, providing total item counts, pricing data, and estimated value to power NFT portfolio dashboards, analytics tools, and wallet explorers.

Use it to track NFT exposure, monitor collection value, and analyze on-chain NFT holdings with consistent, structured data.

Returns NFT holdings with collection metadata, floor prices, and estimated USD value.

Replaces: GET /account/nft-balance/{ownerAddress}

Path Params
string
required

The public key (pubKey) associated with the Solana account.

Query Params
boolean | null

Whether or not we should include NFTs we do not track prices for.

string | null

Sort ascending based on amount or value of positions. Only one of sort_by_asc or sort_by_desc can be used

string | null

Sort descending based on amount or value of positions. Only one of sort_by_asc or sort_by_desc can be used

int32 | null
≥ 0

The limit of entries to return. If not passed, first 1000 entries are returned (the maximum).

int32 | null
≥ 0

The requested page.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json