wallet_network
Map a wallet's direct and second-hop network to identify frequent counterparts, shared tokens, and transfer direction. Use it to trace who a wallet moves with.
Instructions
[$0.025] Who one wallet is wired to across the index: direct counterparts with interaction counts, shared tokens, transfer direction where the chain shows it, plus a bounded second hop. check_wallet says what it DID; this says who it MOVES WITH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Solana wallet, base58. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| says | No | The finding in one plain sentence, safe to quote. | |
| _meta | No | ||
| direct | No | Counterparts, each with the wallet, interaction count, shared tokens and transfer direction... | |
| wallet | No | The wallet asked about. | |
| edge_total | No | Edges behind both rings. | |
| second_hop | No | A bounded second ring, reached through the direct counterparts. | |
| direct_total | No | Counterparts found, before the cap. |