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

Authorizations

X-Api-Key
string
header
required

Path Parameters

token
string
required
Example:

"EQCl0S4xvoeGeFGijTzicSA8j6GiiugmJW5zxQbZTUntre-1"

Response

200
application/json

Global stats

The response is of type object.