v3

latestOpenAPI 3.0.32026-07-21128192192.7 KB
Partnership

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

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

Path parameters

tokenstring required
Example:EQCl0S4xvoeGeFGijTzicSA8j6GiiugmJW5zxQbZTUntre-1
addressstring required
Example:UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV

Response

User stats

walletstring required
claimedstring int128 required
totalstring int128 required

Example response

{
  "wallet": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV",
  "claimed": "1000000000",
  "total": "1000000000"
}