score_x402_counterparty
Returns trust verdict (trusted/caution/avoid) with wash-trading ratio, real-buyer count, and repeat-buyer rate for an x402 endpoint URL or pay-to address. $0.02/call. Computed from Base on-chain settlement data and the x402 Bazaar catalog; a score is sold only if refreshed within the past 24 hours.
Parameters1
| subject | string | required | The counterparty to score: an x402 endpoint URL (e.g. "https://api.seller.example/quote") or a pay-to address (e.g. "0x036C…"), exactly as advertised in the x402 Bazaar catalog or the 402 handshake. |
Raw schema
{
"type": "object",
"properties": {
"subject": {
"type": "string",
"minLength": 1,
"maxLength": 2048,
"description": "The counterparty to score: an x402 endpoint URL (e.g. \"https://api.seller.example/quote\") or a pay-to address (e.g. \"0x036C…\"), exactly as advertised in the x402 Bazaar catalog or the 402 handshake."
}
},
"required": [
"subject"
],
"$schema": "http://json-schema.org/draft-07/schema#"
}