convert_tickerhash_to_name
Convert a tickerhash into its readable token name, such as USDC or WETH. Use this before showing token data in route quotes or invoices.
Instructions
Convert a tickerhash to its human-readable token name.
WORKFLOW INSTRUCTIONS:
- Use this to make token information more readable
- Tickerhashes are long strings, names are like "USDC", "WETH"
- Returns "Unknown Token (hash)" if tickerhash not found
DATA FORMATTING:
- Always use this before displaying token information to users
- Essential for route quotes and invoice analysisInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tickerhash | Yes | The tickerhash to convert |