Skip to main content

List all exchanges

GET 

/api/metadata/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.

Request

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 stringnullable

    Gets or sets the exchange ID.

    website stringnullable

    Gets or sets the website URL of the exchange.

    name stringnullable

    Gets or sets the name of the exchange.

  • ]

Loading...