Overtime V2 user history
Get a user history. It returns all tickets grouped by status.
REST API
Example Request
Example Response
{
"open": [...],
"claimable": [
{
"id": "0xaDD59A5F6c144B3cBd6AC9d10B848EEABa633f93",
"timestamp": 1718478509000,
"collateral": "THALES",
"account": "0x9f8e4ee788D9b00A3409584E18034aA7B736C396",
"buyInAmount": 38.58138411178477,
"fees": 0.7716276822356954,
"totalQuote": 0.5294647111772277,
"payout": 72.86866017189656,
"numOfMarkets": 1,
"expiry": 1726254509000,
"isResolved": false,
"isPaused": false,
"isCancelled": false,
"isLost": false,
"isUserTheWinner": true,
"isExercisable": true,
"isClaimable": true,
"isOpen": false,
"finalPayout": 0,
"isLive": true,
"sportMarkets": [
{
"gameId": "0x3430343338343400000000000000000000000000000000000000000000000000",
"sport": "Soccer",
"leagueId": 50,
"subLeagueId": 50,
"leagueName": "UEFA EURO 2024",
"typeId": 0,
"type": "winner",
"maturity": 1718478569000,
"maturityDate": "2024-06-15T19:09:29.000Z",
"homeTeam": "Italy",
"awayTeam": "Albania",
"homeScore": 2,
"homeScoreByPeriod": [
2
],
"awayScore": 1,
"awayScoreByPeriod": [
1
],
"isOpen": false,
"isResolved": true,
"isCancelled": false,
"isWinning": true,
"isOneSideMarket": false,
"line": 0,
"isPlayerPropsMarket": false,
"isOneSidePlayerPropsMarket": false,
"isYesNoPlayerPropsMarket": false,
"playerProps": {
"playerId": 0,
"playerName": "Player Name"
},
"selectedCombinedPositions": [],
"position": 0,
"odd": 0.52941176470611,
"isGameFinished": true,
"gameStatus": "finished"
}
]
}
],
"closed": [...]
}Response Parameters
Name
Type
Description
Ticket
Name
Type
Description
TicketMarket
Name
Type
Description
PlayerProps
Name
Type
Description
CombinedPosition
Name
Type
Description
Odds
Name
Type
Description
Last updated