curl --location 'https://api.esportsdata.cc/sport/api/v3/advanced/list/player/market?player_id=&page=&per_page=&recent_update='{
"code": 0,
"data": {
"list": [
{
"player_id": 123123,
"market_list": [
{
"change_time": 1749628111,
"team_id": 1234,
"age": 23,
"market_value": 180000000,
"market_value_currency": "€"
},
{
"change_time": 1749628111,
"team_id": 1326,
"age": 23,
"market_value": 180000000,
"market_value_currency": "€"
}
],
"update_time": 1728958472
}
],
"total": 1
},
"msg": "success"
}