NFT Balances (Batch)

Solana API endpoint for fetching multi-wallet NFT balances with collection metadata, floor prices, and aggregated portfolio values across multiple wallets.

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

Fetch NFT balances and holdings across multiple Solana wallets in a single request, with aggregated collection metadata, floor prices, and portfolio valuation in SOL and USD.

This endpoint enables efficient multi-wallet analysis by combining NFT positions across up to 10 wallets, making it ideal for portfolio tracking, treasury dashboards, and analytics platforms that require consolidated NFT data at scale.

Aggregates NFT holdings across multiple wallets (max 10) in a single request.

Replaces: POST /account/nft-balances

Body Params
boolean | null

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

int32 | null
≥ 0

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

ownerAddresses
array of objects
required

Wallets to include in the returned results (max 10).

ownerAddresses*
int32 | null
≥ 0

The requested page.

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

Responses

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