Skip to main content
GET
Get token price history

Query Parameters

token
string
required

Token identifier. Accepts either the token mint address or its symbol (for example USDC).

Example:

"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"

frequency
enum<string>

Sampling interval for the returned series. One of minute, hour, or day. If omitted, raw price ticks are returned.

Available options:
minute,
hour,
day
Example:

"day"

start
string<date-time>

Start of the time range, as an ISO 8601 timestamp.

Example:

"2026-06-01T00:00:00Z"

end
string<date-time>

End of the time range, as an ISO 8601 timestamp.

Example:

"2026-06-10T00:00:00Z"

Response

OK

[0]
string

Token price in USD

Example:

"0.99978779"

[1]
integer

Unix timestamp in seconds

Example:

1780272000