GET
/
v1
/
partnership
/
claiming
/
stats
/
{token}
/
{address}
Get token claiming user stats. Requires associated x-api-key.
curl --request GET \
  --url https://backend.swap.coffee/v1/partnership/claiming/stats/{token}/{address}
{
  "wallet": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV",
  "claimed": "1000000000",
  "total": "1000000000"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

token
string
required
Example:

"EQCl0S4xvoeGeFGijTzicSA8j6GiiugmJW5zxQbZTUntre-1"

address
string
required
Example:

"UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"

Response

200
application/json

User stats

The response is of type object.