/merchant/games/history/rank
Developing
Request Code Samples
curl --location 'https://api.ambrus.studio/v2-testing/merchant/games/history/rank?game_code=finalSalvation&season_range=2025-3-28-4-4&season_type=1'
Responses
application/json
{
"code": 0,
"message": "string",
"data": [
{
"id": 0,
"season_type": 0,
"create_time": "string",
"season_range": "string",
"game_code": "string",
"platform_player_id": "string",
"wallet_address": "string",
"rank": 0,
"achievement": 0,
"reward_amount": 0,
"status": 0
}
]
}
Modified at 2025-04-14 04:05:00