Token List
The Request Network Token List is a curated list of tokens supported by Request Network products. The token list follows a standardized format and includes essential information about each token, such as address, symbol, name, decimals, and chainId.
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:
Adding a New Token
We welcome community contributions! To add a new token to the list:
Fork the request-token-list repository on Github
Add your token information to
tokens/token-list.json
Make sure your token meets our requirements (see CONTRIBUTING.md)
Run tests locally:
npm test
Create a Pull Request
Last updated