S

SQLGuard Session Cert · Session

by SQLGuard Session Cert

POSTBase

$0.25

per call · USD Coin on Base

LEGACY Session burst. Exact $0.25 → 10 Ed25519 PASS slots (~30m). Wealth primary: Pilot Challenge unlock POST /v1/challenge/unlock ($100.00). Burn /v1/session/cert → verify → execute. Not lint.

Endpoint

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

4

Calls / 30d

1

Unique payers / 30d

Sep 5

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/session", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "agent_id": "0xYourAgentOrWallet"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://sqlguard.io/v1/session" \
  -H "Content-Type: application/json" \
  -d '{"agent_id":"0xYourAgentOrWallet"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "ok": true,
  "price": "$0.25",
  "product": "session_cert",
  "protocol": "abmp/2.0",
  "session": {
    "remaining": 10,
    "slots": 10
  },
  "session_token": "sgs_…"
}

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 Session Cert & similar services