checkTokenOwners

This mutation provides the information about the token owners.

Sample Mutation

Check the token owners:

mutation{
  checkTokenOwners(contractId:"629a4125-b547-427e-8f8c-ae9c62fa4dbe"
  walletAddress:"0xCc682AbfFea370B42DE67A0235A11AEfF5FAE705"
  rangeStart:0
  rangeEnd:5)
}

Sample Response

{
  "data": {
    "checkTokenOwners": []
  }
}

Arguments

NameTypeDescriptionRequired
contractIdUUIDThe NFT Contract ID.Yes
walletAddressStringThe wallet address.Yes
rangeStartIntegerThe minimum amount of the displayed result.Yes
rangeEndIntegerThe maximum amount of the displayed result.Yes

Returns

NameTypeDescription
N/AIntegerThe amount of token owners.

Example

Check the token owner by the contract ID and wallet address: