latestOpenAPI 3.0.32026-08-22152529.7 KB

b8fd8c19faee

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