PATCH
/
v1
/
partnership
/
claiming
Increase total amount of existing partner token within claiming center. For internal usage only.
curl --request PATCH \
  --url https://backend.swap.coffee/v1/partnership/claiming \
  --header 'Content-Type: application/json' \
  --data '{
  "access_token_name": "<string>",
  "token_address": "<string>",
  "amount": "<string>"
}'
{
  "accrued": "1000000000",
  "total": "1000000000"
}

Authorizations

X-Api-Key
string
header
required

Body

application/json

Response

200
application/json

Global stats

The response is of type object.