Candle
Get market candles
Retrieve historical market data in the form of candles.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Exchange ID.
Example:
"poloniex"
Candle interval (e.g., m1, m5, m15, etc.).
Available options:
m1
, m5
, m15
, m30
, h1
, h2
, h4
, h8
, h12
, d1
, w1
Example:
"h8"
Unique identifier for the base asset.
Example:
"ethereum"
Unique identifier for the quote asset.
Example:
"bitcoin"
Start time in UNIX milliseconds.
Example:
1528410925604
End time in UNIX milliseconds.
Example:
1528411045604
Response
200 - application/json
Historical market candles.