List tokens Mayan can route on a chain
list_tokensRetrieve routable tokens on a specified chain, including addresses and decimals. Resolve ambiguous token symbols by checking exact addresses.
Instructions
List the tokens Mayan can route on a given chain, with their addresses and decimals. Use this to find an exact token address when a symbol is ambiguous. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain to list routable tokens for. | |
| limit | No | ||
| search | No | Case-insensitive filter over symbol, name and address. | |
| verified_only | No | Keep only tokens Mayan marks as verified. Leave on unless you know why not. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | ||
| tokens | Yes | ||
| returned | Yes | ||
| truncated | Yes | ||
| total_matching | Yes |