checkWalletTokens

This mutation check the number of wallet tokens.

Sample Mutation

Check the wallet mutation:

mutation{
  checkWalletTokens(contractAddress:"0xAc14D1dd976B5FE763d50a6e5fDfF0675431AD0F"
  chainId:4
  rangeStart:0
  rangeEnd:5)
}

Sample Response

{
  "data": {
    "checkWalletTokens": []
  }
}

Arguments

Name

Type

Description

Required

contractAddress

String

The wallet address.

Yes

chainId

Integer

The chain ID.

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 number of the tokens.

Example

Check the token within a wallet by wallet address, chain ID, and range: