cURL
curl --request GET \ --url https://api.ekiden.fi/api/v1/market/kline
{ "list": [ { "T": "1672531200000", "c": "<string>", "h": "<string>", "i": "1m", "l": "<string>", "n": "<string>", "o": "<string>", "t": "1672531200000", "v": "<string>" } ], "symbol": "BTCUSDC" }
Query for historical klines (also known as candles/candlesticks). Charts are returned in groups based on the requested interval.
"BTCUSDC"
1m
3m
5m
15m
30m
1h
2h
4h
6h
12h
1d
3d
1w
1M
x >= 0
Klines
Kline response.
Show child attributes