List Traders
list_tradersGet a paginated list of recently active trader addresses with hit counts, first and last seen, and last block height. Use the returned addresses to fetch detailed trader profiles and PnL stats.
Instructions
Recently active trader addresses from the block-scanner registry (high-frequency validator committers filtered out by max_hits). Each row: address, hits (chain appearances), first_seen / last_seen, last_height. Returns {"total", "count", "offset", "has_more", "next_offset", "traders"}; traders == [] when the registry is not built on this host. Page with offset when has_more is true. Feed an address into trader_profile / trader_pnl_stats next. Example: list_traders(limit=10, max_hits=100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| max_hits | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||