get
https://EXCHANGE-REGION-ENDPOINT-URL.com/v1/candles/seconds
Seconds candles support rangeThe seconds candle API provides candles
within the last 3 months from the time of the request. If this API returns an empty list or does not return the requested count, check thetoparameter.
Response
| Field Name | Description | Type |
|---|---|---|
| market | Market ID | String |
| candle_date_time_utc | Candle time(UTC) | String |
| opening_price | Open price | Double |
| high_price | High price | Double |
| low_price | Low price | Double |
| trade_price | Close price | Double |
| timestamp | Last trade timestamp for the candle. | Long |
| candle_acc_trade_price | Accumulated trade price for the candle. | Double |
| candle_acc_trade_volume | Accumulated trade quantity for the candle. | Double |
