v3

latestOpenAPI 3.0.32026-07-21128192192.7 KB
Partnership

Get token claiming global stats. Requires associated x-api-key.

get/v1/partnership/claiming/stats/{token}

Path parameters

tokenstring required
Example:EQCl0S4xvoeGeFGijTzicSA8j6GiiugmJW5zxQbZTUntre-1

Response

Global stats

accruedstring int128 required
totalstring int128 required

Example response

{
  "accrued": "1000000000",
  "total": "1000000000"
}