Token Markets Timeseries

Solana API endpoint for fetching token trade activity across all markets over time. Supports daily, weekly, and monthly resolutions for volume analysis.

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

Optional market address to restrict results to a single trading pair. If omitted, all markets for the token are returned.

string | null
enum

Time bucket size. Possible values: '1d' (daily), '7d' (weekly), '30d' (monthly). Defaults to '1d'.

Allowed:
int32 | null
≥ 0

Maximum number of data points to return. Defaults to 1000.

int32 | null
≥ 0

Page number to return (zero-indexed). Defaults to 0.

int64 | null
≥ 0

Start of the time range (unix timestamp, seconds). Defaults to 24 hours ago.

int64 | null
≥ 0

End of the time range (unix timestamp, seconds). Defaults to the current time.

Responses

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