token_changes
Detect whether large holders sold since the last analysis by comparing current on-chain positions against recorded data. Use when a cached read feels stale to see if concentrated wallets are exiting.
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. |