Skip to main content
GET
Historical OHLCV

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
integer
required

Coin ID. See: GET /v3/currencies/map.

Example:

1

Query Parameters

page
number
default:1

Page number (1-based). Returns up to 500 items per page.

Required range: 1 <= x <= 1000
from
string

Window start, aligned down to the candle's period. Defaults to the earliest point your plan allows. Accepted: ISO 8601, bare date (YYYY-MM-DD), or Unix timestamp in seconds/milliseconds.

to
string

Window end. Defaults to now. Accepted: ISO 8601, bare date (YYYY-MM-DD), or Unix timestamp in seconds/milliseconds. Bare dates resolve to end-of-day UTC.

interval
enum<string>
default:1d

Candle granularity: hour, day, week, or month. Depth allowed per granularity depends on your plan.

Available options:
1h,
1d,
1w,
1m
sortOrder
enum<string>
default:asc

Sort direction by candle time.

Available options:
asc,
desc

Response

data
object[]
required
meta
object
required
status
object
required