Token Balance History

Solana API endpoint for fetching wallet token balance history with daily, weekly, or monthly portfolio snapshots and USD valuations over time series.

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

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

Query Params
string | null
enum

Bucketing of the data. Possible values: daily ('1d'), weekly ('1w'), monthly ('1mo'). Default is "daily". One data point per bucket is returned.

Allowed:
int32 | null
≥ 0

Number of previous days to include in the data (from today's date). Allowed values depend on the resolution:

  • For "1d": 1 to 30 days (default is 14 days)
  • For "1w": 1 to 90 days (default is 30 days)
  • For "1mo": 1 to 365 days (default is 90 days)
boolean | null

Whether Vybe's token filter should restrict the tokens that are returned. If false, all priced tokens are included. Default is true.

Responses

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