APIs
Get Tickers
GET
/v1/tickers
provides 24-hour pricing and volume information on each market pair available on an exchange.
Headers
Name
Value
Content-Type
application/json
Response
Get Historical Data
GET
/v1/historical
returns data on historical completed trades for a given market pair.
Headers
Name
Value
Content-Type
application/json
Parameters
ticker_id
string
Mandatory
A pair such as "AVAX_USDC", with delimiter between
type
string
Mandatory
To indicate nature of trade - buy/sell
limit
integer
Recommended
Number of historical trades to retrieve from time of query. [0, 200, 500...]. 0 returns full history.
start_time
date
Recommended
Start time from which to query historical trades from
end_time
date
Recommended
End time for historical trades query
Response
Last updated