curl --request POST \
--url https://api.sequence.app/rpc/Analytics/TotalWalletTxnConversionRate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"filter": {
"projectId": 122,
"startDate": "2024-09-30",
"endDate": "2024-10-10"
}
}
'{
"marketStats": [
{
"value": 0.45,
"label": "Conversion Rate"
}
]
}Get total wallet transaction conversion rate
curl --request POST \
--url https://api.sequence.app/rpc/Analytics/TotalWalletTxnConversionRate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"filter": {
"projectId": 122,
"startDate": "2024-09-30",
"endDate": "2024-10-10"
}
}
'{
"marketStats": [
{
"value": 0.45,
"label": "Conversion Rate"
}
]
}Secret JWT token for authenticating requests obtained from Sequence Builder - should not be exposed publicly.
Was this page helpful?