Retrieve bets by various filters with keyset pagination. At least one filter must be provided.
Filters (OR logic):
betIds — Comma-separated list of bet IDsorderIds — Comma-separated list of order IDsuserRef — User reference stringPagination:
afterBetId from nextCursor in the response to fetch the next pagehasMore indicates if more results are availableBet Status Values: PENDING, PLACED, CONFIRMED, REJECTED, CANCELLED, FAILED, VOID
Settlement Status Values: UNSETTLED, WON, LOST, VOID, HALF_WON, HALF_LOST, PUSH, CASHOUT
API key for authentication. Contact contact@55-tech.com to obtain a key.
Comma-separated bet IDs
Comma-separated order IDs
User reference to filter by
Cursor for pagination: fetch bets with betId less than this value
Maximum number of bets to return per page
1 <= x <= 1000