GET
/
candles
{
  "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
}

Query Parameters

market_id
string
required

Market ID

timestamp_from
integer
required

Timestamp From

timestamp_to
integer
required

Timestamp To

period
integer
required

Period

Response

200
application/json
OK
error
string
pagination
object
result
object[]
success
boolean