Get Candles
Snapshots & candles
Get Candles
OHLC candles for one market at the requested timeframe.
Backed by a ClickHouse AggregatingMergeTree materialized view per timeframe (see db/migrations/001_candles.sql). Reading uses the *Merge combinators to collapse partial aggregates.
GET
Get Candles
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Examples:
"5m"
"15m"
"1h"
"4h"
"24h"
Required range:
x <= 10000