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.

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
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json