Skip to main content

Current order books

GET 

/v1/orderbooks3/current

Current order books

Request

Query Parameters

    filter_symbol_id string

    Comma or semicolon delimited parts of symbol identifier used to filter the response.

    limit_levels int32

    The maximum number of levels to include in the response.

Responses

successful operation

Schema

  • Array [

  • symbol_id stringnullable

    The symbol identifier.

    time_exchange date-time

    The exchange time of the order book.

    time_coinapi date-time

    The CoinAPI time when the order book was received.

    asks nullable

    The asks made by market makers.

    bids nullable

    The bids made by market makers.

  • ]

Loading...