GET
/
api
/
v1
/
candles
[
  {
    "close": 48800,
    "count": 123,
    "high": 49200,
    "low": 48100,
    "open": 48500,
    "timestamp": 1640995200,
    "volume": 1250000
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

market_addr
string
required
timeframe
string
required
start_time
integer | null
end_time
integer | null
page
integer
default:1
Required range: x >= 0
per_page
integer
default:20
Required range: x >= 0

Response

200
application/json

Successfully retrieved candlestick data

The response is of type object[].