Multichain Balances
The fetchMultiChainBalances
function in our SDK provides a utility for retrieving the token balances of an EOA wallet across various blockchain networks. This functionality is crucial for users managing diverse portfolios that span multiple chains, ensuring a comprehensive overview of their assets in a consolidated manner.
Expected parameters
fetchMultiChainBalances
accepts the following parameters:
Parameter | Type | Description |
---|---|---|
| string | The address whose balances are required to be fetched |
| boolean | Default is |
Parameter | Type | Description |
---|---|---|
| string | The address whose balances are required to be fetched. |
| boolean | Default is false. |
Function Call
Response
The response from the fetchMultiChainBalances
will be:
Support
If you face any trouble, feel free to reach out to our engineers in the Telegram support group.
Last updated