Skip to main content

Current order book by symbol_id

GET 

/v1/orderbooks3/:symbol_id/current

Retrieves the current order book for the specified symbol.

Request

Path Parameters

    symbol_id stringrequired

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