$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/session4
Calls / 30d
1
Unique payers / 30d
Sep 5
Last called
exact
Payment scheme
Call this service
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 -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
0xc8d524703f1751b565a220087d1d4c44a413c1d7USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from SQLGuard Session Cert & similar services
Oneshotagent · Verify Email
win.oneshotagent.com
Email deliverability verification
Oneshotagent · Enrich Email
win.oneshotagent.com
Email enrichment and validation
Strale · Email Validate
api.strale.io
Validate an email address: RFC 5322 syntax, MX records, 5,361 disposable domain detection, role-based address detection (35 patterns), free provider detection, and typo suggestion for common providers (gmial.com ? gmail.com). Returns deliverability assess…