Utility Functions
Utility functions to know about supported tokens, chain balances, token compatibility, etc.
Last updated
Utility functions to know about supported tokens, chain balances, token compatibility, etc.
Last updated
fetchMultiChainBalances
function from our SDK retrieves token balances of an EOA wallet across various blockchain networks.
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.
The isTokenSupported
function in our SDK offers a crucial capability for developers and users to determine the compatibility and support status of specific tokens on designated blockchain networks.
The getSupportedChains
function provides a comprehensive list of all supported chains, facilitating developers in planning and developing applications that are compatible across multiple blockchain environments.
The getTransactionStatus
function allows developers and users to monitor the progress and finality of transactions, enhancing transparency and trust in application processes.