get_top_intel_agents
Leaderboard of observed payer wallets in the x402 settlement graph, each
with its intel score. This is behavioral corpus research, not identity
proof or evidence that the wallet is a TWZRD customer.
Ranks by the wash-discounted effective_score (single-counterparty fleets are
demoted, not hidden) with a deterministic tiebreaker. Set min_paid_calls to
suppress one-shot wallets and max_days_since_last to suppress dormant ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of ranked payer wallets to return (default 10). | |
| min_paid_calls | No | Filter out wallets with fewer than this many observed paid calls (default 0 = no filter). Use to get credible *active* counterparties, not a raw dump. | |
| max_days_since_last | No | Only include wallets active within this many days (default null = no recency filter). Use e.g. 14 to exclude dormant or historical payers. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of rows returned. | |
| error | No | Present only on the degraded path. | |
| agents | No | Ranked agent rows, each with intel_score, effective_score, wash fields, and rank. | |
| score_model | No | Self-describing scoring contract. | |
| score_version | No | Scoring contract version. | |
| data_available | No | False when the corpus/DB was unavailable. |