HoldersWithERC1155
holders object[]required
Array [
idstringrequired
Account ID
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
amount object[]required
Amount of tokens held by this account
Array [
nftIdstring
NFT ID of the ERC1155 token
amountstring
]
custodianstringrequired
Name of the custodian to which this account belongs
]
contractStatusstringrequired
Current synchronization status of the contract
Example:
SYNCEDHoldersWithERC1155
{
"holders": [
{
"id": "string",
"amount": [
{
"nftId": "string",
"amount": "string"
}
],
"custodian": "string"
}
],
"contractStatus": "SYNCED"
}