Skip to main content

v1/getCurrentOrderBooks RPC Method

Gets order books known as passive level 2 data.

Updated on
Jan 30, 2025

v1/getCurrentOrderBooks RPC Method

Parameters

symbol_id
string
REQUIRED
The symbol ID (from the Metadata -> Symbols)
limit_levels
integer
The maximum number of levels to include in the response

Returns

result
array
Array of order book data
symbol_id
string
The symbol identifier
time_exchange
string
The exchange time of the order book
time_coinapi
string
The CoinAPI time when the order book was received
asks
array
The asks made by market makers
price
integer
The ask price offered by the market maker
size
integer
The quantity requested at the bid price
bids
array
The bids made by market makers
price
integer
The bid price offered by the market maker
size
integer
The quantity requested at the bid price
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free