# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nansen.ai/api/changelog/31-03-2026-tgm-endpoints-premium-labels-flag.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
