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

Name

Type

Description

Required

contractId

UUID

The NFT Contract ID.

Yes

walletAddress

String

The wallet address.

Yes

rangeStart

Integer

The minimum amount of the displayed result.

Yes

rangeEnd

Integer

The maximum amount of the displayed result.

Yes

Returns

Name

Type

Description

N/A

Integer

The amount of token owners.

Example

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