x-openapi-key: ********************{
"store": "AS",
"region": "string",
"category": "string",
"activeType": "DAU",
"priceType": "ALL",
"start": "string",
"end": "string",
"limit": "TOP_10"
}curl --location --request POST 'https://api.foxdata.com/apiv1/market/active/ranking' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"store": "AS",
"region": "string",
"category": "string",
"activeType": "DAU",
"priceType": "ALL",
"start": "string",
"end": "string",
"limit": "TOP_10"
}'{
"requestParam": {
"store": "",
"region": "",
"category": "",
"activeType": "",
"priceType": "",
"start": "",
"end": "",
"limit": ""
},
"result": {
"appInfoMap": {
"": {
"appId": "",
"appName": "",
"icon": ""
}
},
"rank": [
{
"appId": "",
"rank": 0,
"avg": 0,
"median": 0,
"max": 0
}
]
},
"creditsCost": {
"requestCredits": 0,
"baseCredits": 0,
"extraCredits": 0,
"totalCostCredits": 0
},
"next": {
"taskId": "",
"pageKey": ""
}
}