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": { "action": { "type": "string" }, "agent_id": { "type": "string" }, "amount": { "type": "number" }, "category": { "type": "string" }, "policy": { "properties": { "allowed_categories": { "items": { "type": "string" }, "type": "array" }, "allowed_vendors": { "items": { "type": "string" }, "type": "array" }, "blocked_categories": { "items": { "type": "string" }, "type": "array" }, "blocked_vendors": { "items": { "type": "string" }, "type": "array" }, "max_amount": { "type": "number" } }, "type": "object" }, "vendor": { "type": "string" } }, "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "allowed": false, "endpoint": "policy", "ok": true, "reasons": [ "Amount exceeds max_amount of 100", "Vendor 'Acme' is blocked" ] }