Obtain chart data from historical closed trades
POST {{baseUrl}}/v3/trade/chart
2 credits for API call.
Obtain data from the closed trades for entering in the chart. Time interval is set between from and to and there is defined time frame. There can be obtained at most 200 time points in the time interval.
Request Body
{"pair"=>"BTC/EUR", "from"=>1613654998398, "to"=>1613654998398, "timeFrame"=>"MIN_5"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
[{"timestamp":1613654117167,"high":"54213.21","low":"53213.54","open":"53513","close":"54113","volume":"2.423"},{"timestamp":1613654117167,"high":"54213.21","low":"53213.54","open":"53513","close":"54113","volume":"2.423"}]