Retrieve orders with keyset pagination. At least one filter must be provided.
Filters (OR logic):
orderIds — Comma-separated list of order IDsrequestUuids — Comma-separated list of request UUIDsuserRef — User reference stringPagination:
afterOrderId from nextCursor in the response to fetch the next pagehasMore indicates if more results are availableReturns enriched order details including bets and fixture/outcome/player metadata.
Order Status Values: PENDING, PROCESSING, FILLED, PARTIALLY_FILLED, CANCELLED, REJECTED, EXPIRED, FAILED
API key for authentication. Contact contact@55-tech.com to obtain a key.
Comma-separated order IDs (e.g., '123,456,789')
Comma-separated request UUIDs
User reference to filter by
Cursor for pagination: fetch orders with orderId less than this value
Maximum number of orders to return per page
1 <= x <= 1000