POST
/
v1
/
partnership
/
claiming
/
accrue
Accrue token to claim center. Requires associated x-api-key.
curl --request POST \
  --url https://backend.swap.coffee/v1/partnership/claiming/accrue \
  --header 'Content-Type: application/json' \
  --data '{
  "token": "EQCl0S4xvoeGeFGijTzicSA8j6GiiugmJW5zxQbZTUntre-1",
  "entries": [
    {
      "wallet": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV",
      "amount": "1000000000"
    }
  ]
}'
This response does not have an example.

Authorizations

X-Api-Key
string
header
required

Body

application/json

Response

200

Ok