Labels
Assign a label to a jetton
post/api/v3/labels/{address}
Path parameters
addressstring required
The jetton master address
Request body
Example request
{
"label": "label",
"expiration_seconds": 3600
}Response
Label assigned successfully
The jetton master address
{
"label": "label",
"expiration_seconds": 3600
}Label assigned successfully