This endpoint returns active orders on the exchange based on a few parameters
GET /orders/* endpoints share a combined limit of 20 requests/10s. See Rate Limits.marketHashes or maker is required.marketHashes and sportXeventId can be present.totalBetSize and fillAmount are from the perspective of the market maker. totalBetSize can be thought of as the maximum amount of tokens the maker will be putting into the pot if the order was fully filled. fillAmount can be thought of as how many tokens the maker has already put into the pot. To compute how much space there is left from the taker’s perspective, you can use the formula remainingTakerSpace = (totalBetSize – fillAmount) * 10^20 / percentageOdds – (totalBetSize – fillAmount)Only get orders for these market hashes. Comma separated.
Only get orders denominated in this base token
Only get orders for this market maker
Only get orders for this event ID
Only get orders for these order hashes. Comma separated.
Which page to query for paginated queries, min 0
How many per page for paginated queries, max 1000
Which field to sort by
fill_amount, total_bet_size, percentage_odds, api_expiry, created_at, updated_at Sort direction, default: true