tokenintel_match_impact_history
Historical match price impact data for a fan token. Returns price snapshots at -24h, kickoff, fulltime, +1h, +24h with returns for each match. Filter by result (win/loss/draw), competition, venue. WINDOWS: return_total_pct is measured price_24h_before -> price_24h_after (it includes the pregame move, so it can differ in sign from a kickoff-anchored return); return_ko_to_24h_pct is kickoff -> +24h. See the 'semantics' block in the response. Use for backtesting sports-driven strategies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback in days (max 365). Default: 90. | |
| limit | No | Max matches (max 200). Default: 100. | |
| token | Yes | Token symbol (e.g., 'BAR'). | |
| result | No | Filter by match result. Default: all. |