Skip to main content

Returns

top10HoldersPercent
Float!
The percentage of total supply held by the top 10 holders (excluding exchanges/pairs).

Arguments

tokenId
String!
required
Token ID in the format address:networkId (e.g. 0xdac17f958d2ee523a2206206994597c13d831ec7:1).

Example

{
  top10HoldersPercent(tokenId: "0xf4b385849f2e817e92bffbfb9aeb48f950ff4444:56")
}

Playground