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": { "fees": { "properties": { "fixed": { "description": "Flat fee subtracted from gross.", "type": "number" }, "percentage": { "description": "Percentage fee applied to gross, e.g. 2 for 2%.", "type": "number" } }, "type": "object" }, "line_items": { "items": { "properties": { "quantity": { "type": "number" }, "unit_price": { "type": "number" } }, "required": [ "unit_price", "quantity" ], "type": "object" }, "type": "array" } }, "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "breakdown": { "fixed_fee": 0.5, "percentage_fee": 0.6 }, "endpoint": "calculate", "fee": 1.1, "gross": 30, "net": 28.9, "ok": true, "valid": true }