$0.01
per call · USD Coin on Base
Dokimo Verify API (GET) - scheme demo: recomputes a sample dokimo-merkle-v1 proof to its root. For real caller verification, POST /paid/verify (recompute + on-chain anchor check). Scheme: /merkle-spec.html.
Endpoint
GET https://dokimo.augaster.com/paid/verify8
Calls / 30d
5
Unique payers / 30d
Sep 9
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://dokimo.augaster.com/paid/verify", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://dokimo.augaster.com/paid/verify" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"api": "Dokimo Verify API",
"merkle_scheme": "dokimo-merkle-v1",
"note": "GET recomputes a SAMPLE dokimo-merkle-v1 proof (scheme demo). For real trustless verification, POST /paid/verify with a {leaf, proof_path, root} package: it recomputes the root AND checks it against the on-chain DokimoAnchorRegistry. Scheme: /merkle-spec.html.",
"status": "scheme-demo"
}Payment details
0xb3cc1566b213dc97f6aac5984e849df2f2391772USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from Dokimo Verify API & 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…