Chain Balances
fetchBalances function of the SDK provides developers with the method required to access and display the balances of all tokens held in an Externally Owned Account (EOA) wallet on a single blockchain.
Expected parameters
fetchBalances
accepts the following parameters:
Parameters | Type | Description |
---|---|---|
|
| The address for which balance information is needed. |
|
| The chain Id of the current network. |
|
| Array of the token addresses for which the balances will be fetched. |
|
| Default is set to |
NOTE:
If the
tokenAddresses
are not provided, then balances of all the tokens within the EOA will be fetched.fetchBalancesOnly
is default totrue
.
Function Call
Response
When fetchBalancesOnly
is 'true':
fetchBalancesOnly
is 'true':When fetchBalancesOnly
is 'false':
fetchBalancesOnly
is 'false':Support
If you face any trouble, feel free to reach out to our engineers in the Telegram support group.
Last updated