API ReferenceChangelog
Log In
API Reference

Endpoint for getting the historical candlesticks for a market.

The values for the series_ticker and ticker path parameters should match the series_ticker and ticker of the target market.
The start_ts parameter will restrict candlesticks to those ending on or after provided timestamp.
The end_ts parameter will restrict candlesticks to those ending on or before provided timestamp.
The period_interval parameter determines the time period length of each candlestick.

Path Params
string
required

Unique identifier for the market.

string
required

Unique identifier for the series.

Query Params
int64
required

Restricts the candlesticks to those covering time periods that end on or after this timestamp.

int64
required

Restricts the candlesticks to those covering time periods that end on or before this timestamp.
Must be within 5000 period_intervals after start_ts.

int32
required

Specifies the length of each candlestick period, in minutes. Must be one minute, one hour, or one day.

Response

Language
Choose an example:
application/json