get_facilitator_footprint
Free discovery: which x402 facilitators a payer has settled through, and how many.
unique_facilitators = 1 is a thin/captive agent (locked to one rail); breadth
across facilitators indicates a more established cross-rail agent. Returns the
facilitator_ids list plus tx/merchant context. Fail-open: a DB gap returns
data_available=false rather than erroring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | Solana wallet public key (32-44 base58 chars) to look up its x402 facilitator footprint. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present only on the degraded path. | |
| found | No | True if the wallet has observed corpus activity. | |
| wallet | No | The wallet looked up. | |
| tx_count | No | Total observed paid calls. | |
| last_seen | No | ISO timestamp of last observed activity. | |
| first_seen | No | ISO timestamp of first observed activity. | |
| data_available | No | False when the corpus/DB was unavailable. | |
| facilitator_ids | No | The facilitator identifiers observed for this payer. | |
| unique_merchants | No | Distinct merchants paid. | |
| unique_facilitators | No | Distinct x402 facilitators this payer has settled through (1 = thin/captive). |