Skip to main content

Get exchange volume in BTC and top 100 tickers only

GET 

/v2/exchanges/:id

Get exchange volume in BTC and tickers. For derivatives (e.g., bitmex, binance_futures), please use /derivatives/exchange/{id} endpoint.

IMPORTANT:

  • Ticker object is limited to 100 items. To get more tickers, use /exchanges/{id}/tickers.
  • Ticker is_stale is true when the ticker has not been updated/unchanged from the exchange for more than 8 hours.
  • Ticker is_anomaly is true if the ticker's price is outliered by our system.

Dictionary:

  • last: latest unconverted price in the respective pair target currency.
  • volume: unconverted 24h trading volume in the respective pair target currency.
  • converted_last: latest converted price in BTC, ETH, and USD.
  • converted_volume: converted 24h trading volume in BTC, ETH, and USD.
  • timestamp: returns the last time that the price has changed.
  • last_traded_at: returns the last time that the price has changed.
  • last_fetch_at: returns the last time we call the API.

Cache / Update Frequency: every 60 seconds.

Request

Responses

Successful Response