Skip to main content
GET
Get Price History

Query Parameters

symbol
string
required

Market slug.

fixedInterval
enum<string>

Fixed history window. Do not combine with timestamp parameters.

Available options:
INTERVAL_ALL,
INTERVAL_1M,
INTERVAL_1W,
INTERVAL_1D,
INTERVAL_6H,
INTERVAL_1H,
INTERVAL_LIVE
timestamp.startTimestamp
integer<int64>

Custom range start in Unix seconds. Requires timestamp.endTimestamp and cannot be combined with fixedInterval.

timestamp.endTimestamp
integer<int64>

Custom range end in Unix seconds. Requires timestamp.startTimestamp and cannot be combined with fixedInterval.

fidelity
integer<int32>
required

Fidelity in minutes. Use the documented value for the selected fixed interval, or 1 for a timestamp range.

Required range: x >= 1

Response

Price history. Unknown symbols and markets without stored observations return an empty history array.

history
object[]