Get Historic Match Data Per Account
POST /custom/getRoninAddressBattleSessions
{
"roninAddress": "Ronin wallet address (start with '0x', replace 'ronin:' with '0x')",
"limit": "Maximum number of matches returned from latest, max 150"
"requestParams": {
// set true to get relevant information for each match
"getGamePlayModeId": boolean,
"getTeamInfos": boolean,
"getWinTeamId": boolean,
"getGameMapId": boolean,
"getTsCreate": boolean,
"getTotalTurn": boolean,
}
}Last updated