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:
SYNCEDHolders
{
"holders": [
{
"id": "string",
"amount": "string",
"custodian": "string"
}
],
"contractStatus": "SYNCED"
}