S

SQLGuard Instant Cert · Cert

by SQLGuard Instant Cert

POSTBase

$0.05

per call · USD Coin on Base

Instant Cert — LEGACY TASTE ONLY Exact $0.05 for ONE mutating SQL PASS/FAIL. OFF TABLE as wealth. Prefer Authorize mutating SQL before execute via Pilot Challenge unlock POST /v1/challenge/unlock $100 (amount 100000000) or Gateway invoice $299/mo. Not a production authorize path.

Endpoint

POST https://sqlguard.io/v1/cert

5

Calls / 30d

1

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://sqlguard.io/v1/cert", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "agent_id": "0xYourAgentOrWallet",
    "schema_ddl": "CREATE TABLE users (id int primary key, email text not null);",
    "sql": "INSERT INTO users (id, email) VALUES (1, 'agent@sqlguard.io');"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://sqlguard.io/v1/cert" \
  -H "Content-Type: application/json" \
  -d '{"agent_id":"0xYourAgentOrWallet","schema_ddl":"CREATE TABLE users (id int primary key, email text not null);","sql":"INSERT INTO users (id, email) VALUES (1, 'agent@sqlguard.io');"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "billing": "instant",
  "certificate": {
    "status": "PASS"
  },
  "ok": true,
  "price": "$0.05",
  "product": "instant_cert",
  "signature": "<ed25519>"
}

Payment details

Pay to0xc8d524703f1751b565a220087d1d4c44a413c1d7
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from SQLGuard Instant Cert & similar services