cURL
curl --request GET \ --url https://api.example.com/orderbook/{marketId}
{ "marketId": "<string>", "orderbook": { "bids": [ { "price": 0.5, "size": 1, "venues": {} } ], "asks": [ { "price": 0.5, "size": 1, "venues": {} } ] }, "venueOrderbooks": {}, "venues": {}, "midpoint": 123, "spread": 123, "timestamp": 123 }
Returns the live aggregated orderbook for a canonical market with per-venue attribution. Optional depth limits levels per side.
1 <= x <= 100
200
Show child attributes