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" }
Documentation IndexFetch the complete documentation index at: https://docs.swap.coffee/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.swap.coffee/llms.txt
Use this file to discover all available pages before exploring further.
The jetton master address
"label"
Optional expiration time in seconds. If not provided, the label will not expire.
3600
Label assigned successfully