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…

Fetch token trade volume timeseries on Solana using this API endpoint. Track buy and sell volume or trade counts over time with hourly or daily granularity. Select projections such as buyVolumeUsd, sellVolumeUsd, buyCount, or sellCount to analyze trading activity trends.

Each data point includes a timestamp and aggregated value, making it ideal for charting volume, monitoring momentum, and evaluating market behavior. For example, plotting daily buy volume for a token over the past month.

You choose which metric to project via the projection parameter: sellVolumeUsd, buyVolumeUsd, sellCount or buyCount.

Returns aggregated trade data for a token over time, bucketed by hour or day.

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