Transfer API - Get Report 10 Minutes
Request URL
Request Body Parameters
agent
Agent id that AMBSlot has provided
String
Y
gameId
Game list that user want to get transactions (optional)
Array
N
Request Body Example
Response Parameters
Status Object
code
0: Success
997: Invalid request data 998: Invalid agent id 999: Service not available 1601: Response error via axios timeout
Number
Y
message
Error message
String
Y
Data Object
response
Report of transactions
Array
Y
username
Username of user
String
Y
result
Result of user
Array
Y
username
Username of user
Array
Y
gameName
Name of game that player was play
String
Y
gameId
Prefix of game that player was play
String
Y
product
Partner of game that player was play
String
Y
roundId
Round Id that identify for generate report
String
Y
categories
Type of game that player was play
String
Y
turnover
Turnover Amount of this round
Number
Y
bet
Amount that Player bet
Number
Y
winlose
Amount that Player win
Number
Y
timestamp
Timestamp of this transaction
String
Y
Response Example
Last updated