curl --request POST \
--url https://api.sequence.app/rpc/Analytics/MarketWalletsMonthly \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"filter": {
"projectId": 123,
"startDate": "<string>",
"endDate": "<string>",
"dateInterval": "DAY",
"collections": [
"<string>"
],
"tokenId": "<string>"
}
}
'{
"marketStats": [
{
"value": 123,
"label": "<string>"
}
]
}Get monthly market wallets
curl --request POST \
--url https://api.sequence.app/rpc/Analytics/MarketWalletsMonthly \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"filter": {
"projectId": 123,
"startDate": "<string>",
"endDate": "<string>",
"dateInterval": "DAY",
"collections": [
"<string>"
],
"tokenId": "<string>"
}
}
'{
"marketStats": [
{
"value": 123,
"label": "<string>"
}
]
}Secret JWT token for authenticating requests obtained from Sequence Builder - should not be exposed publicly.
このページは役に立ちましたか?