Dual-chain mainnet anchoring as an x402-paid service. Anchor any 32-byte hash to Base + Solana for $0.005.
Price
from $0.0010
up to $7.77 per request
Network
base
Category
other
On-chain txns
37
Uptime
100%
Avg latency
331ms
Checks
88
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
Anchor a 32-byte hash to Base + Solana mainnet — $0.005 USDC
Decode raw EVM calldata into function + typed params via openchain.xyz — $0.001 USDC
Structured decode of any mainnet tx (base | ethereum | solana) — $0.001 USDC
Academic letter grade with red-pen marginalia for anything. $0.01 USDC.
Agent-driven wallet due diligence — multi-step investigation, signed markdown report + JSON sidecar, dual-chain anchored. Async — returns job_id; poll /v1/investigate/status/{job_id} for the deliverable. ETA 5-10 min. $7.77 USDC.
Yes/no oracle with dual-chain anchored verdict (Base + Solana). $0.05 USDC.
Parse any freeform datetime string into a structured normalized form — $0.001 USDC
USD price for any major token by symbol or chain+contract — $0.001 USDC
Cross-chain name resolver (POST wrapper, body: {name}) — $0.001 USDC
Witty roast of any target — wallet, tweet, idea, code, anything. $0.05 USDC.
Verifiable RNG — cryptographically-random integer(s) signed by the treasury key. Drop-in VRF for game studios. $0.001 USDC.
Summarize a URL or pasted text into 3-5 concise bullets. $0.01 USDC.
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10
# call it
npx @apihubio/cli call https://api.anchor-x402.com \
-X POST \
-d '{ /* check provider docs for input */ }'
# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://api.anchor-x402.comimport { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";
const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);
const res = await x402Fetch("https://api.anchor-x402.com", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.