Skip to main content

Get current order book

GET /v1/orderbooks/:symbol_id/current

Retrieves the current order book for the specified symbol.

Path Parameters
  • symbol_id string required

    The symbol ID (from the Metadata -> Symbols)

Query Parameters
  • limit_levels int32

    The maximum number of levels to include in the response.

Responses

successful operation

Schema
  • symbol_id string nullable

    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...