Skip to main content

TokenHoldersResponse

holders object[]required

Array of token holders and their balances

  • Array [
  • 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

  • ]
  • TokenHoldersResponse
    {
    "holders": [
    {
    "address": "string",
    "balance": 0,
    "percentage": 0,
    "isZkappAccount": true
    }
    ]
    }