Trace where funds came from
trace_source_of_fundsWalk an address's INCOMING funds backwards to answer 'where did this wallet's money come from'. Stops at labelled entities (exchanges, mixers, services) and reports them with hop distance. Use this for source-of-funds checks; use trace_funds for where money went. Read-only: it only reads on-chain history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Blockchain: bitcoin, ethereum, bsc or tron. | |
| address | Yes | The address whose funding to trace. | |
| max_hops | No | How far back to walk. Default set by the API. |