📘

Seconds candles support range

The 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 the to parameter.

Response

Field NameDescriptionType
marketMarket IDString
candle_date_time_utcCandle time(UTC)String
opening_priceOpen priceDouble
high_priceHigh priceDouble
low_priceLow priceDouble
trade_priceClose priceDouble
timestampLast trade timestamp for the candle.Long
candle_acc_trade_priceAccumulated trade price for the candle.Double
candle_acc_trade_volumeAccumulated trade quantity for the candle.Double
Language