Market
Market Candle
GET /v1/public/market/candles
NOTE
- Don't include trailing slash
/
at the end of the endpoint. Doing so can result in a “not found” error. - API requests inside
/public
do not require api key to be access.
INFO
The ack of market candles indicates that the request is successfully accepted.
Request Parameters
Parameter | Required | Type | Comments |
---|---|---|---|
symbol | true | string | Values:
|
interval | true | string | Kline interval.1 , 3 , 5 , 15 30 , 60 , 120 , 240 , 360 , 720 , D , W , M |
Response Parameters
Parameter | Type | Comments |
---|---|---|
statusCode | number | 200 |
result | array | Object |
> symbol | string | Values:
|
> interval | string | Kline interval.1 , 3 , 5 , 15 30 , 60 , 120 , 240 , 360 , 720 , D , W , M |
> list | array | kline data array |
message | string | OK |