VyQuery_GetErc20TokensByWalletId
Query | Type | Description |
---|---|---|
tokenAddress | string | Address of the token (contract) to fetch the balance for |
all | boolean | Set to `false` if you do not want to retrieve 0 or dust balances (example 0.00000000001). When set to `true` everything is returned including 0 balances. In case of **HEDERA**: tokens with 0 balance are associated tokens. |
includePossibleSpam | boolean | Indication to include possible spam tokens in the response body or not. |
Last updated