Skip to main content
GET
Get matched (ungraded) bets
Returns all of the caller’s bets that have been matched but not yet graded — i.e. open positions on games that are not yet settled.

Request

GET /user/getMatchedBets Takes no parameters.

Response

array
Array of matched bets, sorted ascending by game start time.

Example

Authorizations

Authorization
string
header
required

Pass your auth token in the Authorization header. The Bearer prefix is optional; the server also accepts a signed auth cookie or a token field in the request body.

Response

Matched bets list

data
object