x402 List

x402 Protocol Service Directory

jsonguard

Compute PAYMENT-READY

payment-ready until 2026-08-20

Repair malformed JSON and validate against a JSON Schema. POST malformed JSON (and an optional schema); returns repaired text, the parsed value, and validation errors. 0.01 USDC on Base per call via x402, no account.

Pay from $0.01 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

first settlement 2026-07-21 · $0.17 all-time · settled via payAI, coinbase

BASE URL https://jsonguard.leeworks.dev WEBSITE https://jsonguard.leeworks.dev ENDPOINTS 1 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-25 MONITORED SINCE 2026-07-25

ASSESSMENT

updated 1h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 99.6%
uptime 24h
100%
uptime 7d
100%
uptime 30d
99.6%
uptime 90d
99.6%
response p95
1580ms
avg response
1009ms
total checks
1,712

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.01 (p67 in Compute)
price (min)
$0.01
category percentile (min)
p67 in Compute
endpoints / prices
1 / 1
model
flat
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $0.1683333333 30d · 3 buyers
volume 30d
$0.1683333333
buyers 30d
3
settlements 30d
17
first settlement
2026-07-21
last settlement
2026-08-06
top buyer share
74% of 30d volume
trend 7d vs 30d
0.51x the 30d daily rate
networks
eip155:8453
volume all-time
$0.17
settlements all-time
17
median settlement 30d
$0.10
max settlement 30d
$0.10
settled via
payAI ($0.66, 9 tx), coinbase ($0.35, 8 tx)

Attributed pro-quota: this payout address is shared, so volume is the operator-level figure divided by the services sharing it, while buyer and transaction counts stay whole. A declared convention, not an individually observed measure, and still a conservative undercount.

Currently sharing this payout address with agentmail, chainfeed, chainkit, difftool, x402 Agent-Commerce Starter + Platform Map.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Repairs malformed JSON and validates it against a JSON Schema

category
-validation
in
body
validationrepair

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
POST /v1/validate $0.01 Base USDC header
1 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to POST /v1/validate returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i -X POST 'https://jsonguard.leeworks.dev/v1/validate'
// 402 response (captured by monitor) · 1 payload · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xa8B061d96F69426f11bcC807BfA00f0AF79541a7",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "http://jsonguard.leeworks.dev/v1/validate",
      "mimeType": "application/json",
      "description": "Repair malformed JSON and validate against a JSON Schema"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "data": "{name:'ada', tags:['x',]}",
              "schema": {
                "type": "object",
                "required": [
                  "name"
                ],
                "properties": {
                  "name": {
                    "type": "string"
                  }
                }
              }
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "valid": true,
              "errors": null,
              "parsed": {
                "name": "ada"
              },
              "repaired": "{\"name\":\"ada\"}",
              "repairError": null
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method",
                "bodyType",
                "body"
              ],
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "data"
                  ],
                  "properties": {
                    "data": {
                      "type": [
                        "string",
                        "object",
                        "array"
                      ],
                      "description": "Malformed JSON string (repaired) or a parsed value"
                    },
                    "schema": {
                      "type": "object",
                      "description": "Optional JSON Schema to validate against"
                    }
                  }
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST"
                  ],
                  "type": "string"
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "form-data",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 90d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/jsonguard/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
07-25 · uptime 100.0% · 780ms avg07-26 · uptime 100.0% · 944ms avg07-27 · uptime 100.0% · 845ms avg07-28 · uptime 96.7% · 961ms avg07-29 · uptime 100.0% · 815ms avg07-30 · uptime 100.0% · 1007ms avg07-31 · uptime 100.0% · 1131ms avg08-01 · uptime 100.0% · 923ms avg08-02 · uptime 100.0% · 1232ms avg08-03 · uptime 100.0% · 1290ms avg08-04 · uptime 100.0% · 1148ms avg08-05 · uptime 100.0% · 1362ms avg08-06 · uptime 95.6% · 1243ms avg08-07 · uptime 100.0% · 1183ms avg08-08 · uptime 100.0% · 983ms avg08-09 · uptime 100.0% · 606ms avg08-10 · uptime 100.0% · 951ms avg08-11 · uptime 100.0% · 791ms avg08-12 · uptime 100.0% · 770ms avg08-13 · uptime 100.0% · 1116ms avg07-2508-13
90d UPTIME 99.6%
RESPONSE TIME
07-25 · 780ms avg07-25 · 780ms avg07-26 · 944ms avg07-26 · 944ms avg07-27 · 845ms avg07-27 · 845ms avg07-28 · 961ms avg07-28 · 961ms avg07-29 · 815ms avg07-29 · 815ms avg07-30 · 1007ms avg07-30 · 1007ms avg07-31 · 1131ms avg07-31 · 1131ms avg08-01 · 923ms avg08-01 · 923ms avg08-02 · 1232ms avg08-02 · 1232ms avg08-03 · 1290ms avg08-03 · 1290ms avg08-04 · 1148ms avg08-04 · 1148ms avg08-05 · 1362ms avg08-05 · 1362ms avg08-06 · 1243ms avg08-06 · 1243ms avg08-07 · 1183ms avg08-07 · 1183ms avg08-08 · 983ms avg08-08 · 983ms avg08-09 · 606ms avg08-09 · 606ms avg08-10 · 951ms avg08-10 · 951ms avg08-11 · 791ms avg08-11 · 791ms avg08-12 · 770ms avg08-12 · 770ms avg08-13 · 1116ms avg08-13 · 1116ms avg07-2508-13
AVG RESP 1009ms
PRICE (captured 402, USD)
07-25 · $0.0108-13 · $0.01$0.0107-2508-13
SUB-SCORES (uptime + x402 compliance)
07-25 uptime: 100.0% compliance: 100% checks07-26 uptime: 100.0% compliance: 100% checks07-27 uptime: 100.0% compliance: 100% checks07-28 uptime: 99.0% compliance: 100% checks07-29 uptime: 99.2% compliance: 100% checks07-30 uptime: 99.4% compliance: 100% checks07-31 uptime: 99.5% compliance: 100% checks08-01 uptime: 99.5% compliance: 100% checks08-02 uptime: 99.6% compliance: 100% checks08-03 uptime: 99.6% compliance: 100% checks08-04 uptime: 99.7% compliance: 100% checks08-05 uptime: 99.7% compliance: 100% checks08-06 uptime: 99.4% compliance: 100% checks08-07 uptime: 99.4% compliance: 100% checks08-08 uptime: 99.4% compliance: 100% checks08-09 uptime: 99.5% compliance: 100% checks08-10 uptime: 99.5% compliance: 100% checks08-11 uptime: 99.5% compliance: 100% checks08-12 uptime: 99.6% compliance: 100% checks08-13 uptime: 99.6% compliance: 100% checksuptimecompliance07-2508-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
07-21 · $0.0107-23 · $0.0207-24 · $0.6307-27 · $0.0107-28 · $0.0107-29 · $0.2108-06 · $0.12peak $0.6307-2108-06

Shared payout address (5 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service figure is attributed, the assessment block and the ranking, it is the address total divided pro-quota by the 6 services sharing it: a declared convention, not an individually observed measure.

DISTINCT BUYERS
07-21 · 1 buyer07-23 · 1 buyer07-24 · 2 buyers07-27 · 1 buyer07-28 · 1 buyer07-29 · 2 buyers08-06 · 2 buyerspeak 2 buyers07-2108-06

Shared payout address (5 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Per-service buyer and transaction counts are shown whole (integers), not divided; only volume is attributed pro-quota. A declared convention, not an individually observed measure.

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-07-25 · last up 2026-08-13

  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
● OK 850ms
● OK 1118ms
● OK 1016ms
● SLOW 1524ms
● OK 1001ms
● OK 914ms
● OK 1168ms
● OK 1250ms
● OK 1064ms
● OK 1033ms
● OK 886ms
● OK 932ms
● OK 1191ms
● OK 1434ms
● SLOW 1599ms
● OK 743ms
● OK 1065ms
● OK 1106ms

EMBED THIS BADGE

Show that jsonguard is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

jsonguard listed on x402-list
status
jsonguard uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/jsonguard?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/jsonguard.svg" alt="jsonguard listed on x402-list" height="28">
</a>
// Markdown
[![jsonguard on x402-list](https://x402-list.com/badge/jsonguard.svg)](https://x402-list.com/services/jsonguard?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/jsonguard?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/jsonguard.svg?data=uptime" alt="jsonguard uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/jsonguard/update.