cURL
curl --request GET \ --url https://api.context.markets/v2/markets/{id}/orderbook
{ "marketId": "<string>", "bids": [ { "price": 123, "size": 123 } ], "asks": [ { "price": 123, "size": 123 } ], "timestamp": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.context.markets/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.context.markets/llms.txt
Use this file to discover all available pages before exploring further.
Market id hash or slug
1 <= x <= 100
0 <= x <= 1
Get market orderbook
Show child attributes