kol_record
Track a single KOL's lifetime stats, per-token trade history (buys, sells, volume, realized SOL), and latest trades. Untracked addresses return null at no cost.
Instructions
[$0.02] One tracked KOL in depth: lifetime stats, per-token history from every recorded trade (buys, sells, volume, realized SOL) and the latest trades raw. Untracked addresses answer null and cost nothing; check_wallet covers any wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Solana wallet, base58. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kol | No | Identity and lifetime stats. Null when the address is not a tracked KOL; nothing is charged... | |
| _meta | No | ||
| tokens | No | Per-token rollup: mint, symbol, buys, sells, volume_sol, realized_sol, first and last trade... | |
| recent_trades | No | Latest trades: side, sol, realized_sol, roi_pct, entry_mcap, timestamp. |