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>" }
Market id hash or slug
1 <= x <= 100
0 <= x <= 1
Get market orderbook
Show child attributes