get_trending_tokens
Get token identities for tokens with high current activity across Relay-supported chains. Optionally filter by chain (e.g., 'base').
Instructions
List currently trending tokens across Relay-supported chains.
Returns token identities only (symbol, name, address, chainId) — NOT prices or volumes. To get pricing for a trending token, follow up with get_token_price or get_token_details.
Use this to answer "what tokens are trending?" or "what's popular on Base right now?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max tokens to return (1-50). Defaults to 10. | |
| chainId | No | Filter to a specific chain (ID or name like 'base', 'ethereum'). Omit for all chains. |