/v1/transaction/list
Retrieve a list of transaction records
Name
Value
Key
Data Type
Description
Mandatory
{
"success": true,
"message": "OK",
"data": {
"total": 100,
"offset": 0,
"count": 100,
"list": [
{
"transId": "1011520245",
"transType": 1,
"userCode": 400000001,
"userExternalId": "demoplayer",
"roundId": "12345713400010008",
"roundType": "spin",
"providerId": 1,
"providerName": "Pragmatic Play",
"gameCode": "vswaysdogs",
"gameName": "The Dog House Megaways",
"amount": 5000,
"balance": 40000,
"createdAt": "2022-12-28 12:00:00"
}
]
}
}Key
Data Type
Description
Last updated