Skip to main content

v1/getCurrentOrderBooks RPC Method - Crypto Market Data API

Loading...

Updated on
May 12, 2025

v1/getCurrentOrderBooks RPC Method - Crypto Market Data API

Parameters

symbol_id
string
REQUIRED
Loading...
limit_levels
integer
Loading...

Returns

result
array
Loading...
symbol_id
string
Loading...
time_exchange
string
Loading...
time_coinapi
string
Loading...
asks
array
Loading...
price
integer
Loading...
size
integer
Loading...
bids
array
Loading...
price
integer
Loading...
size
integer
Loading...
Request
1
curl https://docs-demo.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{
5
"method": "v1/getCurrentOrderBooks",
6
"params": [{
7
"symbol_id": "BITSTAMP_SPOT_BTC_USD",
8
"limit_levels": 10
9
}],
10
"id": 1,
11
"jsonrpc": "2.0"
12
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free