trace_transaction
Trace fund flows for a transaction using ML anomaly detection. Provide a transaction hash and blockchain network to generate a graph of addresses and transfers, revealing suspicious patterns up to 5 hops deep.
Instructions
Trace fund flows for a transaction with ML anomaly detection. Returns graph of addresses and transfers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx_hash | Yes | Transaction hash to trace | |
| chain | No | Blockchain network | |
| depth | No | Trace depth (default: 3) |