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
Changes
No recorded changes to this endpoint across all 4 revisions of this API.