🪙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.
Retrieve the wrapped token of the provided network
GET
https://api.decentri.fi/erc20/{network}/wrapped
Retrieve the wrapped version of a network's native token.
Path Parameters
Fetch ERC20 Token Information
Fetch more information about the token. This result will indicate which type of token we're dealing with.
GET
https://api.decentri.fi/erc20/{network}/{address}/token
Path Parameters
Last updated