D

Dokimo Verify API · Paid Verify

by Dokimo Verify API

GETBase

$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/verify

8

Calls / 30d

5

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://dokimo.augaster.com/paid/verify", {
  method: "GET",
});
const data = await res.json();
cURL
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

Pay to0xb3cc1566b213dc97f6aac5984e849df2f2391772
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 Dokimo Verify API & similar services