cURL
curl --request GET \ --url https://api.qfex.com/candles/{symbol}
{ "candles": [ { "baseTokenVolume": "<string>", "close": "<string>", "high": "<string>", "low": "<string>", "open": "<string>", "orderbookMidPriceClose": "<string>", "orderbookMidPriceOpen": "<string>", "resolution": "<string>", "startedAt": "<string>", "startingOpenInterest": "<string>", "ticker": "<string>", "trades": 1, "usdVolume": "<string>" } ], "$schema": "<string>" }
Return OHLCV candles for a symbol over a time range.
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://api.qfex.com/schemas/CandlesResponseBody.json"