> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
> Use this file to discover all available pages before exploring further.

# top10HoldersPercent

> Get the percentage of total supply held by the top 10 holders for a token.

### Returns

<ResponseField name="top10HoldersPercent" type="Float!">
  The percentage of total supply held by the top 10 holders (excluding exchanges/pairs).
</ResponseField>

### Arguments

<ResponseField name="tokenId" type="String!" required>
  Token ID in the format `address:networkId` (e.g. `0xdac17f958d2ee523a2206206994597c13d831ec7:1`).
</ResponseField>

### Example

```graphql theme={null}
{
  top10HoldersPercent(tokenId: "0xf4b385849f2e817e92bffbfb9aeb48f950ff4444:56")
}
```

### Playground

<iframe src={`https://graphql.mobula.io/graphql?query=${encodeURIComponent('{ top10HoldersPercent(tokenId: "0xf4b385849f2e817e92bffbfb9aeb48f950ff4444:56") }')}`} title="GraphQL Playground" style={{ width: '100%', minHeight: '600px', border: '1px solid var(--color-border)', borderRadius: '8px' }} />
