Base Address Source-of-Funds Tracer is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.1/call, status healthy (last checked 2026-09-14, last successful call 2026-09-02).
Traces the earliest inbound funding of a Base L2 address back up to N hops to identify the first funder and ultimate origin, stopping at labeled exchanges/bridges or when no inbound exists.
Source-of-funds tracing: POST a Base address, traces its earliest inbound funding (native ETH + ERC20) back up to N hops to find the first funder and ultimate origin. Stops at a labeled exchange or bridge (a KYC'd origin) or when no inbound exists. Returns the funding chain with labels, blocks, timestamps and amounts. For AI agent due diligence, sybil/cluster detection, source-of-funds and AML checks. Not financial advice. Accepts payment on Base or Solana — either network works.
Returns a funding chain array with each hop's sender address, label (e.g. exchange name or 'unknown'), block number, timestamp, and transfer amount (ETH or ERC20), plus the identified first funder and whether the trace terminated at a KYC'd origin (exchange/bridge) or exhausted all inbound transactions.
GEThttps://api.x402node.dev/wallet/first-funderUse this endpoint when you need on-chain source-of-funds analysis specifically for Base L2 addresses, including both native ETH and ERC20 token inflows. Prefer it for AML due diligence, sybil/cluster detection, or any workflow requiring automated identification of wallet funding origins without needing an external blockchain analytics subscription.
{
"hops": 5,
"address": "0x1234567890123456789012345678901234567890"
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"meta": {
"note": "Earliest inbound funding (native + ERC20) traced up to N hops. Stops at a labeled exchange/bridge (KYC'd origin) or when no inbound found. Source-of-funds / sybil / due-diligence. Not financial advice.",
"chain": "base",
"source": "x402node.dev"
},
"_hint": "x402 paid endpoints for AI agents — x402node.dev (utilities) · cn402.com (Chinese culture)",
"origin": {
"label": null,
"address": "0xde392cab12d27b6551cad8ae9145c8a8ae507ab3"
},
"address": "0x1234567890123456789012345678901234567890",
"traced_hops": 4,
"first_funder": {
"tx": "0xcd6a584064b81cf8aa98e11773a4a4ccd3524b6d37cdedbfe7e5cfdda776d50d",
"asset": "Collect on: swap-based.com",
"block": 12933377,
"label": null,
"value": 250000,
"address": "0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22",
"timestamp": "2024-04-09T09:48:21.000Z"
},
"funding_chain": [
{
"tx": "0xcd6a584064b81cf8aa98e11773a4a4ccd3524b6d37cdedbfe7e5cfdda776d50d",
"hop": 1,
"asset": "Collect on: swap-based.com",
"block": 12933377,
"value": 250000,
"funder": "0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22",
"timestamp": "2024-04-09T09:48:21.000Z",
"funder_label": null
},
{
"tx": "0x9cba0dabccac50ed1b6a3452e04c6e4babb6ee35d17aef87bbeb1f404719f731",
"hop": 2,
"asset": "FLASH",
"block": 2311455,
"value": 10000,
"funder": "0x58ee34faa8fbe584dce9de56a378014aa7a635ea",
"timestamp": "2023-08-07T12:44:17.000Z",
"funder_label": null
},
{
"tx": "0xb9cf5b81b77eb5500197afa0b0bc8b749d4fd341a1ca9d2a242b3a1d4f646e36",
"hop": 3,
"asset": "ETH",
"block": 2250933,
"value": 2.7041,
"funder": "0xa5ae9d296290bc143462c764db3bfc8b419907d1",
"timestamp": "2023-08-06T03:06:53.000Z",
"funder_label": null
},
{
"tx": "0x23456b6a87cdd5e0675b5a0511d2404f923170b44e783578054b9d2fa15423b0",
"hop": 4,
"asset": "ETH",
"block": 2250882,
"value": 2.7042,
"funder": "0xde392cab12d27b6551cad8ae9145c8a8ae507ab3",
"timestamp": "2023-08-06T03:05:11.000Z",
"funder_label": null
}
],
"origin_reason": "max_hops_reached"
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"