token_changes
Identifies large holder exits by reading live chain data and comparing current positions with recorded ones, useful for spotting stale cache or concentrated wallet selling.
Instructions
[$0.025] Who sold since we analysed it: reads the chain now and diffs the large positions against what we recorded. Use when a cached read feels stale or to see whether concentrated wallets are exiting. The only call that touches the chain live.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | Solana token mint, base58. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | No | Solana token mint address (base58). | |
| says | No | The finding in one plain sentence, safe to quote. | |
| _meta | No | ||
| ready | No | False when we hold no holder baseline for this token; nothing is charged in that case. | |
| changes | No | Movement against the baseline: who left, who grew, and the supply behind it. |