Overview
API call to attestations
Protocol
x402
Price
$0.02
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
gateway
Source
bazaar
Indexed
2026-07-04 10:14:37
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": {
"payload": {
"description": "Any JSON payload to hash and attest."
},
"validation_results": {
"description": "Validation result object to include in the receipt."
}
},
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"id": "att_example",
"jws": "...",
"ok": true,
"payload_hash": "...",
"persisted": true
}