curl --request POST \
--url https://api.sequence.app/rpc/Analytics/WalletsByOS \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"filter": {
"projectId": 122,
"startDate": "2024-09-30",
"endDate": "2024-10-10"
}
}
'{
"walletStats": [
{
"value": 180,
"label": "Windows"
},
{
"value": 120,
"label": "MacOS"
}
]
}Get wallet statistics by operating system
curl --request POST \
--url https://api.sequence.app/rpc/Analytics/WalletsByOS \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"filter": {
"projectId": 122,
"startDate": "2024-09-30",
"endDate": "2024-10-10"
}
}
'{
"walletStats": [
{
"value": 180,
"label": "Windows"
},
{
"value": 120,
"label": "MacOS"
}
]
}Secret JWT token for authenticating requests obtained from Sequence Builder - should not be exposed publicly.
このページは役に立ちましたか?