🪙ERC20
Various api endpoints to fetch ERC20-related token information.
Fetch wrapped token address
Each native token on a specific network has a wrapped version that can be used. We keep a mapping of every wrapped token version of the native token on a chain. The return value of the function is of type TokenInformation.
Fetch ERC20 Token Information
Fetch the information of an erc20 token. The return value of the function is of type TokenInformation.
Fetch Token Balance for user
Last updated