POST
/
api
/
v3
/
labels
/
{address}
Assign a label to a jetton
curl --request POST \
  --url https://tokens.swap.coffee/api/v3/labels/{address} \
  --header 'Content-Type: application/json' \
  --data '{
  "label": "label",
  "expiration_seconds": 3600
}'
This response does not have an example.

Authorizations

X-Api-Key
string
header
required

Path Parameters

address
string
required

The jetton master address

Body

application/json

Response

200

Label assigned successfully