Usage
The token list is available at: https://requestnetwork.github.io/request-token-list/latest.json You can fetch the token list directly in your application:Token List Structure
Each token in the list contains the following information:| Field | Description |
|---|---|
id | Unique identifier, typically SYMBOL-network (e.g., USDC-mainnet) |
name | Human-readable token name |
symbol | Token symbol |
decimals | Number of decimal places |
address | Token contract address |
network | Network name (e.g., mainnet, matic, bsc) |
type | Currency type (e.g., ERC20, ETH, ISO4217) |
hash | For ERC20 tokens, same as address. For native tokens, a calculated hash. |
chainId | Chain ID of the network |
Adding a New Token
We welcome community contributions! To add a new token to the list:Fork the request-token-list repository on Github
Make sure your token meets our requirements (see CONTRIBUTING.md)