Retrieve candle data with the provided market ID, period, and timestamps
{ "error": "<string>", "pagination": { "limit": 123, "order": "<string>", "page": 123, "total": 123 }, "result": [ { "close": 123, "high": 123, "low": 123, "open": 123, "time": 123, "volume": 123 } ], "success": true }
Market ID
Timestamp From
Timestamp To
Period
OK
The response is of type object.
object