Returns aggregated bid and ask levels (top 20) for an instrument.
cURL
curl --request GET \ --url https://joyride.exchange/api/v1/market/orderbook/{id}
{ "instrument_id": "SOL_USDC-28FEB26-150-C", "bids": [ { "price": 1500000, "size": 2000, "count": 3 } ], "asks": [ { "price": 1500000, "size": 2000, "count": 3 } ] }
Instrument identifier (e.g., SOL_USDC-28FEB26-150-C)
SOL_USDC-28FEB26-150-C
Order book snapshot
"SOL_USDC-28FEB26-150-C"
Bid levels, best (highest price) first
Show child attributes
Ask levels, best (lowest price) first