Get historical risk trend for a Solana token
get_token_risk_historyGet hourly safety scores, holder counts, and liquidity history for a Solana token mint over up to 90 days — no API quota consumed.
Instructions
Returns hourly historical data points (safety_score, insider_cluster_count, holder_count, price, liquidity, volume) for a mint over the last N days (max 90). Does not count against the free/subscription call quota — pure read from stored history, no live upstream call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | How many days of history to return (default 30, max 90) | |
| mint | Yes | The Solana token mint address |