v2

latestOpenAPI 3.0.4MIT License2026-08-015029332.0 KB
Order Book L3

Current order books

get/v1/orderbooks3/current

Query parameters

filter_symbol_idstring

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

limit_levelsinteger

The maximum number of levels to include in the response.

Response

successful operation

symbol_idstring nullable

Gets or sets the symbol identifier.

time_exchangestring date-time

Gets or sets the exchange time of the order book.

time_coinapistring date-time

Gets or sets the CoinAPI time when the order book was received.

{"stackTrail":"components:schemas:v1.OrderBookBase:properties:asks","oasType":"schema","type":"unknown","description":"Gets or sets the asks made by market makers.","nullable":true}
{"stackTrail":"components:schemas:v1.OrderBookBase:properties:bids","oasType":"schema","type":"unknown","description":"Gets or sets the bids made by market makers.","nullable":true}