Token Compatibility
To check if the token on a particular chain is supported
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. This function is vital for applications dealing in diverse cryptocurrencies, ensuring seamless integration and functionality within various blockchain ecosystems.
Expected parameters
isTokenSupported
accepts the following parameters:
chainId
: The chain id of the network where the token existstokenAddress
: The address of the token to check.
Function Call
Response
The response from the isTokenSupported
will be:
Support
If you face any trouble, feel free to reach out to our engineers in the Telegram support group.
Last updated