Token Balances

Solana API endpoint for fetching wallet token balances with SPL and Token-2022 assets, USD values, price changes, staking balances, and full metadata.

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

Fetch current token balances for any Solana wallet, including SPL and Token-2022 assets with USD valuations, price changes, and metadata. This endpoint aggregates all wallet holdings, including staked SOL and token positions, providing a complete view of portfolio value and composition.

Use it to power wallet dashboards, portfolio trackers, and analytics tools with accurate, real-time balance data across verified and filtered tokens.

Returns SOL & SPL token holdings with amounts, USD values, metadata, and native stake amount for a wallet.A maximum of 10,000 token accounts can be requested.

Replaces: GET /account/token-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 tokens we do not track prices for. Filtering is applied after limiting.

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

boolean | null

Whether tokens returned should be restricted to verified tokens only. Default is false.

boolean | null

Whether Vybe's token filter should restrict the tokens that are returned. Default is true.

string | null

The minimum amount of total value in USD for an asset to be considered in the results. Overrides includeNoPriceBalance. Defaults to no limit.

string | null

The maximum amount of total value in USD for an asset to be considered in the results. Overrides includeNoPriceBalance. Defaults to no limit.

mintAddresses
array of objects | null

The allowable mints, if any, to filter the results by.

mintAddresses
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