Overview
API call to trust-checks
Protocol
x402
Price
$0.02
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
gateway
Source
bazaar
Indexed
2026-06-30 20:14:20
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": {
"output": {
"description": "The structured output object to validate.",
"type": "object"
},
"required": {
"description": "Field names that must be present in output.",
"items": {
"type": "string"
},
"type": "array"
},
"types": {
"additionalProperties": {
"enum": [
"string",
"number",
"boolean",
"object",
"array"
],
"type": "string"
},
"description": "Map of field name -> expected type (string|number|boolean|object|array).",
"type": "object"
}
},
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"endpoint": "schema",
"errors": [],
"ok": true,
"valid": true
}