POST
/
v1
/
claim
/
transfer
curl --request POST \
  --url https://backend.swap.coffee/v1/claim/transfer \
  --header 'Content-Type: application/json' \
  --data '{
  "from": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV",
  "to": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV",
  "type": "all",
  "tokens": [
    "EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs"
  ]
}'
This response does not have an example.

Authorizations

X-Api-Key
string
header
required

Body

application/json

Response

200

ok