Retrieve historical market data in the form of candles.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Exchange ID.
"poloniex"
Candle interval (e.g., m1, m5, m15, etc.).
m1
, m5
, m15
, m30
, h1
, h2
, h4
, h8
, h12
, d1
, w1
"h8"
Unique identifier for the base asset.
"ethereum"
Unique identifier for the quote asset.
"bitcoin"
Start time in UNIX milliseconds.
1528410925604
End time in UNIX milliseconds.
1528411045604
Historical market candles.
The response is of type object
.