cURL
curl --request POST \ --url https://tokens.swap.coffee/api/v3/labels/{address} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "label": "label", "expiration_seconds": 3600 } '
{ "error": "error description" }
The jetton master address
"label"
Optional expiration time in seconds. If not provided, the label will not expire.
3600
Label assigned successfully