get https://EXCHANGE-REGION-ENDPOINT-URL.com/v1/candles/years
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 |
| first_day_of_period | First day of the candles. | String |
