Trade Volume Timeseries

Solana API endpoint for fetching token trade volume over time. Track buy and sell volumes or counts hourly or daily to analyze trading trends.

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

The mint address of the token.

Query Params
string
required

Time bucket size — either 'HOUR' or 'DAY'. Determines the granularity of returned data points.

int64
required
≥ 0

Start of the time range (unix timestamp, seconds). Required.

int64
required
≥ 0

End of the time range (unix timestamp, seconds). Required.

string
required

The metric to aggregate per time bucket. One of: 'sellVolumeUsd', 'buyVolumeUsd', 'sellCount', 'buyCount'.

Responses

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