Utility Functions
Utility functions to know about supported tokens, chain balances, token compatibility, etc.
Utility functions help you to get information about supported tokens, chain balances, token compatiblity etc. Following are the utility functions
Multichain Balances
fetchMultiChainBalances
function from our SDK retrieves token balances of an EOA wallet across various blockchain networks.
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.
Token Compatibility
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.
Supported Chains
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.
Transaction Status
The getTransactionStatus
function allows developers and users to monitor the progress and finality of transactions, enhancing transparency and trust in application processes.
Last updated