cURL
curl --request GET \ --url https://api.example.com/trading/orderbook
{ "bids": [ { "price": 0.5, "size": 1 } ], "asks": [ { "price": 0.5, "size": 1 } ], "negRisk": true }
Returns the normalized orderbook for a single venue market outcome.
kalshi
polymarket
200
Show child attributes