Holder
idstring
Account ID
amountstring
Amount of tokens that this account holds for a specific token
nTransactionsnumber
Number of transfers of a token made by the account
custodianstring
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": {}
}