Skip to main content
GET
Get graded wagers
Returns all of the caller’s graded (settled) wagers between two dates, plus a summary of P&L and volume. Dates correspond to the start time of the game the wager is on (so startDate=06-22-2022 returns wagers on games starting after 06-21-2022 00:00 GMT).

Request

GET /user/getGradedWagers
string
Start date (MM-DD-YYYY). Defaults to 10-21-2020.
string
End date (MM-DD-YYYY). Defaults to today.

Response

array
Array of graded wagers, sorted descending by game start time.
object
Aggregated totals over the returned wagers.

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.

Query Parameters

startDate
string

Start date (MM-DD-YYYY). Defaults to 10-21-2020.

Example:

"01-01-2024"

endDate
string

End date (MM-DD-YYYY). Defaults to today.

Example:

"02-01-2024"

Response

Graded wagers and summary

data
object