cURL
curl --request GET \ --url http://localhost:10112/market/candlestick
{ "candles": [ { "t": 1, "l": "<string>", "h": "<string>", "o": "<string>", "c": "<string>", "v": "<string>" } ], "has_more": true }
Market condition ID (hex)
Position/token ID
Candle interval: 1, 5, 15, 30, 60, 240, D, 1D
Number of candles (max: 2500)
Start timestamp (Unix seconds)
End timestamp (Unix seconds)
OHLCV candlestick data
Show child attributes
Was this page helpful?