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

NameTypeDescriptionRequired
contractAddressStringThe wallet address.Yes
chainIdIntegerThe chain ID.Yes
rangeStartIntegerThe minimum amount of the displayed result.Yes
rangeEndIntegerThe maximum amount of the displayed result.Yes

Returns

NameTypeDescription
N/AIntegerThe number of the tokens.

Example

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