Skip to main content

TokenHolder

addressstringrequired

The address of the token holder

balancenumberrequired

The total token balance held by this address

percentagenumberrequired

The percentage of total token supply held by this address

isZkappAccountbooleanrequired

Whether this holder is a zkApp account

TokenHolder
{
"address": "string",
"balance": 0,
"percentage": 0,
"isZkappAccount": true
}