Expected parameters
fetchBalances
accepts the following parameters:
Parameters | Type | Description |
---|---|---|
eoaAddress | string | The address for which balance information is needed. |
chainId | number | The chain Id of the current network. |
tokenAddresses[OPTIONAL] | string[] | Array of the token addresses for which the balances will be fetched. |
fetchBalancesOnly | boolean | Default is set to true. If set to false then more details of the token are fetched. |
NOTE:
- If the
tokenAddresses
are not provided, then balances of all the tokens within the EOA will be fetched. fetchBalancesOnly
is default totrue
.