Get historical risk trend for a Solana token
get_token_risk_historyRetrieve hourly historical safety scores, insider clusters, holders, price, liquidity, volume for a Solana mint for up to 90 days. Read-only historical data for analyzing token risk trends.
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). Free and unmetered — no quota, works with or without an API key — 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 |