Trace outgoing funds
trace_fundsFollow the OUTGOING funds from an address across the chain and report where the money ends up (exchanges, mixers, sanctioned wallets) and how many hops away. Read-only: it only reads on-chain history, it never moves or changes funds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Blockchain: bitcoin, ethereum, bsc or tron. | |
| address | Yes | The address whose outgoing funds to follow. | |
| max_hops | No | How many hops to follow. Default 3 (6 on bitcoin); raise it only if the result is incomplete. |