Skip to main content
GET
Get bets

Authorizations

x-api-key
string
header
required

API key for authentication. Contact contact@55-tech.com to obtain a key.

Query Parameters

betIds
string | null

Comma-separated bet IDs

orderIds
string | null

Comma-separated order IDs

userRef
string | null

User reference to filter by

afterBetId
integer | null

Cursor for pagination: fetch bets with betId less than this value

limit
integer
default:50

Maximum number of bets to return per page

Required range: 1 <= x <= 1000

Response

Successfully retrieved bets

status
string

Always 'success'

bets
object[]
count
integer

Number of bets in this response

hasMore
boolean

Whether more bets are available

nextCursor
integer | null

Pass as afterBetId to fetch the next page