Fetch k-line for a market
Returns the k-line (OHLC) data for a specific market.
Path parameters
Allowed Currencies values: qdxusdt, btcusdt, btcngn, ethngn, qdxngn, xrpngn, dashngn, ltcngn, usdtngn, btcghs, usdtghs, trxngn, dogeusdt, bnbusdt, maticusdt, safemoonusdt, aaveusdt, shibusdt, dotusdt, linkusdt, cakeusdt, xlmusdt, xrpusdt, ltcusdt, ethusdt, trxusdt, axsusdt, wsgusdt, afenusdt, blsusdt, dashusdt.
Query parameters
An integer represents the seconds elapsed since Unix epoch. If set, only k-line data after that time will be returned. Type: Integer.
Time period of K line. You can choose between 1, 5, 15, 30, 60, 120, 240, 360, 720, 1440, 4320, 10080. Default to 1.
Limit the number of returned data points. Type: Integer. Allowed values: 1..10000. Default is 30
Response
200
Example response
{
"status": "success",
"message": "Successful",
"data": [
[
1770989640000
]
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.