get_token_signals
Fetch up to 20 token intelligence signals with filtering by chain, tier, and minimum score. Supports polling via 'since' parameter for incremental updates.
Instructions
Get a batch of token intelligence signals (up to 20). Supports polling via 'since' parameter, chain filtering (ethereum/base/bsc), tier filtering (meme for short-term momentum, longterm for sustainable projects), and minimum score threshold. Costs $0.05 USDC via x402.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | Filter by tier: 'meme' (short-term momentum) or 'longterm' (sustainable project) | |
| chain | No | Filter by chain: 'ethereum', 'base', or 'bsc' | |
| count | No | Max signals to return (1-20, default 5) | |
| since | No | Get signals after this index (for polling — pass your last seen index). | |
| minScore | No | Minimum hybrid score (0-100, default 0) |