labels array of every jetton object.
Label Structure
Every label entry attached to a jetton has the following fields:- label (string): Label name, e.g.
new. - label_id (integer): Numeric identifier.
- created_at (datetime): When the label was attached.
- expires_at (datetime, optional): When the label will be automatically removed (for time-limited labels).
Common Labels
new— the jetton was listed recently; the label remains for seven days.contest— the jetton participates in a contest or promotion on swap.coffee.cashback— swapping this jetton on swap.coffee qualifies for cashback rewards.
Filtering Jettons by Label
Pass the numericlabel_id to the GET /api/v3/jettons endpoint to return only jettons carrying that label:
List All Labels
id, label name, and created_at timestamp. Use this endpoint to resolve a label name to its label_id before filtering.
Response: 200 OK