Skip to main content

Holders

holders object[]required
  • Array [
  • idstringrequired

    Account ID

    amountstringrequired

    Amount of tokens held by this account

    custodianstringrequired

    Name of the custodian to which this account belongs

  • ]
  • contractStatusstringrequired

    Current synchronization status of the contract

    Example: SYNCED
    Holders
    {
    "holders": [
    {
    "id": "string",
    "amount": "string",
    "custodian": "string"
    }
    ],
    "contractStatus": "SYNCED"
    }