Seconds Candles

šŸ“˜

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
Query Params
string
required

Market ID (ex. SGD-BTC, BTC-XRP)

string

When Only pagination is needed, the last candle time of the previous result. (exclusive). format : yyyy-MM-dd'T'HH:mm:ssXXX or yyyy-MM-dd HH:mm:ss.

int32

Count of candles (LIMIT : 200)

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json