spectra_get_address_activity
Scan all pools on a chain to reveal an address's total activity across multiple pools, returning per-pool breakdowns and cross-pool totals. Identifies multi-pool strategies in one call.
Instructions
Scan all pools on a chain (or all chains) for a given address's activity. Returns per-pool breakdown and cross-pool aggregates. Useful for discovering multi-pool strategies without making N manual spectra_get_pool_activity calls.
When investigating a wallet that operates across multiple pools (e.g., a curator or yield farmer diversifying across maturities), this tool reveals the full scope of their on-chain activity in one call.
Each pool's activity is summarized with type breakdown and total volume. Cross-pool totals show the address's aggregate engagement with Spectra.
For deep per-pool analysis (cycle detection, flow accounting, contract detection), use spectra_get_pool_activity with the address parameter on the specific pool of interest. Use spectra_get_portfolio to see current holdings across all pools.
Includes an Observation Coverage section that quantifies blind spots: which pools were scanned, what event types are visible vs invisible (standalone mints, yield claims, and non-Spectra operations are never visible here), and whether activity is concentrated on one chain. Position sizing should assume this scan is incomplete, not comprehensive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The wallet address to scan (0x...) | |
| chain | No | Specific chain to scan. Omit to scan all chains (slower). | |
| min_volume_usd | No | Minimum activity volume (USD) per pool to include in results (default 0) |