lookup_token_by_symbol
Find token addresses by searching with symbol or name. Returns multiple matches from blockchain data to help identify tokens.
Instructions
Search for token addresses by symbol or name. Returns multiple potential
matches based on symbol or token name similarity. Only the first
``TOKEN_RESULTS_LIMIT`` matches from the Blockscout API are returned.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain_id | Yes | The ID of the blockchain | |
| symbol | Yes | Token symbol or name to search for |