get_token_history
Retrieve historical token signals within a 7-day range, filtered by chain, tier, and minimum score, with full analysis and backtest results for a fee of $0.03 USDC.
Instructions
Get historical token signals by date range (max 7-day window, paginated). Filter by chain, tier, and minimum score. Returns signals with full analysis including backtest results. Costs $0.03 USDC via x402.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (ISO 8601 or YYYY-MM-DD), exclusive. Defaults to now. | |
| from | Yes | Start date (ISO 8601 or YYYY-MM-DD), inclusive. Required. | |
| page | No | Page number (default 1) | |
| tier | No | Filter by tier: 'meme' (short-term momentum) or 'longterm' (sustainable project) | |
| chain | No | Filter by chain: 'ethereum', 'base', or 'bsc' | |
| limit | No | Results per page (1-100, default 20) | |
| minScore | No | Minimum hybrid score (0-100, default 0) |