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
1curl 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": 109}],10"id": 1,11"jsonrpc": "2.0"12}'
1curl 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": 109}],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