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

# top10HoldersPercent

> Returns the percentage of a token's total supply held collectively by its top 10 holders.

<div data-generated>
  ## GraphQL

  ```
  type Query {
    top10HoldersPercent(
      tokenId: String!
    ): Float
  }
  ```
</div>

### Example

<a href="/explore" target="_blank" rel="noopener noreferrer">Test this query in the Explorer →</a>

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