Token Account History

Solana API endpoint for fetching raw wallet token account history with unprocessed balance snapshots for custom time series analysis and advanced processing.

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
boolean | null

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

int32 | null
≥ 0

Number of previous days to include in the data (from today's date), up to 30 days (default 14).

string | null

Sort ascending based on 'amount', 'amountScaled', 'ownerAddress', 'priceUsd', 'valueUsd', or 'mintAddress'. Only one of sort_by_asc or sort_by_desc can be used

string | null

Sort descending based on 'amount', 'amountScaled', 'ownerAddress', 'priceUsd', 'valueUsd', or 'mintAddress'. Only one of sort_by_asc or sort_by_desc can be used

int32 | null
≥ 0

Limit of entries to return (per day). 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