Crypto ERC20 Scout
Browse ERC20 tokens on EVM blockchains. Includes address resolution, symbol/tag search, explorer links, and pricing.
Crypto ERC20 Scout plugin gives users access to a comprehensive list of well-known ERC20 tokens available on EVM-compatible blockchains. The plugin aggregates popular token lists from various entities and indexes them so that users can query for information about tokens, including contract addresses, symbols, tags, and chain identifiers, using search endpoints provided. Additionally, links to explorer contracts are generated where possible to allow advanced analysis, and a logo URI is provided along with the token data so that users can preview. Token pricing information is also available through the CoinGecko API. Essentially, this plugin is perfect for anyone who needs accurate and exhaustive ERC20 token information.
How to
Comments (0)
Try it
API docs
Learn how to use Crypto ERC20 Scout effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "Find the most popular stablecoins on Ethereum mainnet."
-
Prompt 2: "Fetch the token info associated with the contract address 0x000000000000000000000000000."
-
Prompt 3: "List all the chains where the MATIC token can be found."
-
Prompt 4: "Get me all the token lists."
-
Prompt 5: "Is the BUSD token available on Polygon?"
-
Prompt 6: "What's the address of the USDC token on Ethereum mainnet?"
-
Prompt 7: "What's the current price of MANA on Polygon?"
Features and commands
Feature/Command | Description |
---|---|
searchBySymbol | This command allows you to search for ERC20 tokens by symbol. You can optionally filter by list name, chain id, chain name, and navigate through pages using a cursor. The results are merged from multiple lists for better readability. |
searchByAddress | This command allows you to search for ERC20 tokens by contract address. You can optionally filter by list name, chain id, chain name, and navigate through pages using a cursor. The results are merged from multiple lists for better readability. |
searchByTag | This command allows you to search for ERC20 tokens by tag. You can optionally filter by list name, chain id, chain name, and navigate through pages using a cursor. The results are merged from multiple lists for better readability. |
getTokenPrice | This command retrieves the current market price of a token. Prices are provided in EUR, USD, GBP, BTC, and ETH. Prices are fetched from the CoinGecko API. If no chain ID is provided, Ethereum mainnet is assumed. |
findAllLists | This command retrieves all the indexed token lists and their current version. This is useful to get the list names and then filter tokens by list using the search endpoint. |