Skip to main content

HoldersWithERC1155

  • Array [
  • idstring

    Account ID

    amount object[]

    Amount of tokens held by this account

  • Array [
  • nftIdstring

    NFT ID of the ERC1155 token

    amountstring
  • ]
  • custodianstring

    Name of the custodian to which this account belongs

  • ]
  • HoldersWithERC1155
    [
    {
    "id": "string",
    "amount": [
    {
    "nftId": "string",
    "amount": "string"
    }
    ],
    "custodian": "string"
    }
    ]