v2

latestOpenAPI 3.0.32026-07-21152427.4 KB
Labels

Assign a label to a jetton

post/api/v3/labels/{address}

Path parameters

addressstring required

The jetton master address

Request body

labelstring required
expiration_secondsinteger

Optional expiration time in seconds. If not provided, the label will not expire.

Example request

{
  "label": "label",
  "expiration_seconds": 3600
}

Response

Label assigned successfully