Skip to main content

List all exchanges by exchange_id

GET 

/api/metadata/exchanges/:exchange_id

List all exchanges by exchange_id

Request

Path Parameters

    exchange_id stringrequired

    The ID of the exchange.

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.

    data_start stringnullable

    Gets the start date of the exchange's data.

    data_end stringnullable

    Gets the end date of the exchange's data.

    data_quote_start date-timenullable

    Gets or sets the start date of quote data.

    data_quote_end date-timenullable

    Gets or sets the end date of quote data.

    data_orderbook_start date-timenullable

    Gets or sets the start date of order book data.

    data_orderbook_end date-timenullable

    Gets or sets the end date of order book data.

    data_trade_start date-timenullable

    Gets or sets the start date of trade data.

    data_trade_end date-timenullable

    Gets or sets the end date of trade data.

    data_trade_count int64nullable

    Gets or sets the number of trades.

    data_symbols_count int64nullable

    Gets or sets the number of symbols.

  • ]

Loading...