cURL
curl --request GET \ --url https://openapi.odyssey.trade/sapi/v1/klines
[ { "idx": 123, "open": "<string>", "close": "<string>", "high": "<string>", "low": "<string>", "vol": "<string>" } ]
Retrieve Kline/candlestick data.