Skip to main content

List all exchanges

GET /v1/exchanges

Get a detailed list of exchanges provided by the system.

info

Properties of the output are providing aggregated information from across all symbols related to the specific exchange. If you need to calculate your aggregation (e.g., limiting only the particular type of symbols), you should use /v1/symbols endpoint as a data source.

Query Parameters
  • filter_exchange_id string

    Comma or semicolon delimited exchange identifiers used to filter response. (optional, eg. BITSTAMP;GEMINI)

Responses

successful operation

Schema
  • Array [
  • exchange_id string nullable

    Gets or sets the exchange ID.

  • website string nullable

    Gets or sets the website URL of the exchange.

  • name string nullable

    Gets or sets the name of the exchange.

  • data_start string nullable
  • data_end string nullable
  • data_quote_start date-time nullable

    Gets or sets the start date of quote data.

  • data_quote_end date-time nullable

    Gets or sets the end date of quote data.

  • data_orderbook_start date-time nullable

    Gets or sets the start date of order book data.

  • data_orderbook_end date-time nullable

    Gets or sets the end date of order book data.

  • data_trade_start date-time nullable

    Gets or sets the start date of trade data.

  • data_trade_end date-time nullable

    Gets or sets the end date of trade data.

  • data_trade_count int64 nullable

    Gets or sets the number of trades.

  • data_symbols_count int64 nullable

    Gets or sets the number of symbols.

  • volume_1hrs_usd double nullable

    Gets or sets the USD volume in the last 1 hour.

  • volume_1day_usd double nullable

    Gets or sets the USD volume in the last 1 day.

  • volume_1mth_usd double nullable

    Gets or sets the USD volume in the last 1 month.

  • metric_id string[] nullable

    Gets or sets the list of metric IDs.

  • icons object[] nullable

    Gets or sets the list of icons for the exchange.

  • Array [
  • exchange_id string nullable

    Gets or sets the exchange ID associated with the icon.

  • asset_id string nullable

    Gets or sets the asset ID associated with the icon.

  • url string nullable

    Gets or sets the URL of the icon.

  • ]
  • ]
Loading...