Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.unitedmarket.ai/markets/{id}/orderbook
{ "conditionId": "<string>", "bids": [ { "price": 123, "size": 123 } ], "asks": [ { "price": 123, "size": 123 } ] }
Returns the current orderbook for a market.
Market id.
Orderbook returned.
Show child attributes