# 31-03-2026: TGM Endpoints - Premium Labels Flag

**Affected endpoints:** `tgm/holders`, `tgm/pnl-leaderboard`, `tgm/perp-pnl-leaderboard`, `perp-leaderboard`

A new `premium_labels` parameter has been added to these endpoints to control wallet label tier.

<table><thead><tr><th width="198.51953125">Value</th><th width="413.2578125">Behavior</th><th>Credits Used</th></tr></thead><tbody><tr><td><code>true</code></td><td>Returns dbt-sourced premium labels (Smart Money, Fund, etc.)</td><td>150</td></tr><tr><td><code>false</code></td><td>Returns free-tier labels only</td><td>5</td></tr></tbody></table>

**Plan enforcement:** Free plan users sending `premium_labels=true` will receive a `403 Forbidden` response. Paid plan users may use either value.

**Default behavior:** The default is currently `true`. A change on April 1st will flip the default to `false` and start consuming 150 credits.
