jurat.dev publishes 4 machine-payable endpoints over the x402 protocol, priced from $0.005 to $0.5 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /v1/conformance | GET | $0.5 | 200 |
| /v1/preflight | GET | $0.005 | 200 |
| /v1/scores | GET | $0.01 | 200 |
| /v1/snapshot | GET | $0.01 | 402 |
Signed conformance report over a whole x402 service. Sweeps every paid endpoint the service declares, GET and POST alike, runs the same checks /v1/preflight runs on each, grades the result, and return…
Audit any x402 endpoint before you pay it: reads the live HTTP 402 challenge, decodes the payment terms, and compares the price advertised in its openapi.json against the price actually charged. Retur…
Normalized scoreboard of fixtures across 24 leagues (US majors, top soccer leagues, the South African Premiership, UFC, 8 rugby competitions, IPL and Big Bash cricket): every fixture with its state, c…
Notarize any public web page or API response: fetches the URL server-side, archives the exact bytes, and returns a tamper-evident ed25519 attestation recording the final URL, UTC timestamp, HTTP statu…