Overview
Protocol
x402
Price
—
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
x402
Source
bazaar
Indexed
2026-07-06 11:15:03
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"bodyFields": {
"limit": {
"description": "Max alternatives to return (1-25, default 5).",
"required": false,
"type": "number"
},
"minScoreDelta": {
"description": "Minimum trust-score advantage an alternative must have over the subject (default 5).",
"required": false,
"type": "number"
},
"resource": {
"description": "Full x402 resource URL to find better alternatives for (must be in our observation set).",
"required": true,
"type": "string"
}
},
"bodyType": "json",
"headerFields": {
"PAYMENT-SIGNATURE": {
"description": "Base64-encoded JSON PaymentPayload; auto-filled by x402 clients.",
"required": true,
"type": "string"
}
},
"method": "POST",
"type": "http"
}
Output Schema
{
"alternatives": "array",
"count": "number",
"resource": "string",
"subject": "object"
}