Token Balance History (Batch)

Solana API endpoint for fetching historical token balance history with daily, weekly, or monthly portfolio snapshots and aggregated USD values.

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

Fetch historical token balance data across multiple Solana wallets in a single request, with aggregated portfolio snapshots over time. This endpoint returns daily, weekly, or monthly views of combined wallet holdings, including token balances, system SOL, and staked SOL with USD valuations.

Use it to track portfolio performance across multiple accounts, build treasury dashboards, and analyze net worth trends with efficient, time-series aggregation at scale.

Returns historical token balances for multiple wallets (max 10) in a single request.

Replaces: POST /account/token-balances-ts

Body Params
int32 | null
≥ 0

Number of previous days to include in the data (from today's date).
If time provided does not include the start of the resolution time block (e.g: the 1st of the month for "1mo"), the time block is not included in the results.
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)
ownerAddresses
array of objects
required

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

ownerAddresses*
string | null
enum
Allowed:
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