Holder
idstringrequired
Account ID
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
amountstringrequired
Amount of tokens that this account holds for a specific token
nTransactionsnumberrequired
Number of transfers of a token made by the account
custodianstringrequired
Name of the custodian to which this account belongs
custodianDataobject
Account data provided by the custodian (varies depending on each custodian)
Holder
{
"id": "string",
"amount": "string",
"nTransactions": 0,
"custodian": "string",
"custodianData": {}
}