Skip to main content
GET
Get token price history

Authorizations

X-API-Key
string
header
required

Path Parameters

token_id
string
required

Token ID.

Required string length: 1 - 200
Example:

"12345"

Query Parameters

start_ts
string
required

Inclusive range start. Accepts ISO 8601 timestamp or Unix seconds.

Examples:

"2025-09-01T00:00:00Z"

"1756684800"

end_ts
string
required

Exclusive range end. Accepts ISO 8601 timestamp or Unix seconds.

Examples:

"2025-09-05T00:00:00Z"

"1757030400"

resolution
enum<string>
required

Aggregation bucket size.

Available options:
1s,
1m,
5m,
10m,
15m,
1h,
6h,
1d
limit
integer
default:100

Maximum number of points to return in this page. Default: 100, max: 200.

Required range: x >= 1
Example:

100

cursor
string | null

Opaque cursor from a previous response metadata.next_cursor.

Response

Historical prices for a single token.

Response for GET /tokens/{token_id}/prices.

market_id
string

Canonical market ID.

Example:

"618831"

token_id
string

Requested token ID.

Example:

"12345"

token_label
string

Human-readable token label.

Example:

"Yes"

resolution
string

Applied resolution.

Example:

"1h"

data
PriceDataPoint · object[]

Chronological time series points for the selected token.

metadata
HistoryPageMetadata · object

Pagination metadata for this history page.