Pay-per-call compliance API. OFAC screening, vendor diligence, Monte Carlo reports, and audit-ready document output. No subscription. Works with Claude Connectors and MCP-compatible clients.
Price
from $0.0050
up to $0.2500 per request
Network
base
Category
ai
On-chain txns
37
Uptime
100%
Avg latency
1116ms
Checks
160
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
Exact-match OFAC SDN wallet screening for sanctioned digital currency addresses. Screens one wallet address against Treasury's public SDN advanced XML and returns hit or clear status, asset coverage, sanctioned entity metadata, sanctions programs, list source, listing date, and a manual-review signal for onchain payment and treasury controls.
Exact-match OFAC SDN wallet screening for sanctioned digital currency addresses. Screens one wallet address against Treasury's public SDN advanced XML and returns hit or clear status, asset coverage, sanctioned entity metadata, sanctions programs, list source, listing date, and a manual-review signal for onchain payment and treasury controls.
Exact-match OFAC SDN wallet screening for sanctioned digital currency addresses. Screens one wallet address against Treasury's public SDN advanced XML and returns hit or clear status, asset coverage, sanctioned entity metadata, sanctions programs, list source, listing date, and a manual-review signal for onchain payment and treasury controls.
Exact-match OFAC SDN wallet screening for sanctioned digital currency addresses. Screens one wallet address against Treasury's public SDN advanced XML and returns hit or clear status, asset coverage, sanctioned entity metadata, sanctions programs, list source, listing date, and a manual-review signal for onchain payment and treasury controls.
Generate a styled DOCX report from a shared report model for editable decision memos, diligence reports, and client-facing documents.
Generate a styled DOCX report from a shared report model for editable decision memos, diligence reports, and client-facing documents.
Generate a styled DOCX report from a shared report model for editable decision memos, diligence reports, and client-facing documents.
Generate a styled DOCX report from a shared report model for editable decision memos, diligence reports, and client-facing documents.
Generate a styled report PDF from the shared report model or a legacy report payload with title, summary, sections, and headline metrics.
Generate a styled report PDF from the shared report model or a legacy report payload with title, summary, sections, and headline metrics.
Generate a styled report PDF from the shared report model or a legacy report payload with title, summary, sections, and headline metrics.
Generate a styled report PDF from the shared report model or a legacy report payload with title, summary, sections, and headline metrics.
Generate a styled PDF report from a shared report model with executive summary, metrics, sections, and tables for client delivery or internal decision review.
Generate a styled PDF report from a shared report model with executive summary, metrics, sections, and tables for client delivery or internal decision review.
Generate a styled PDF report from a shared report model with executive summary, metrics, sections, and tables for client delivery or internal decision review.
Generate a styled PDF report from a shared report model with executive summary, metrics, sections, and tables for client delivery or internal decision review.
Generate a report-oriented XLSX workbook from a shared report model with tabs and tables for analysis handoff, finance modeling, and spreadsheet-friendly exports.
Generate a report-oriented XLSX workbook from a shared report model with tabs and tables for analysis handoff, finance modeling, and spreadsheet-friendly exports.
Generate a report-oriented XLSX workbook from a shared report model with tabs and tables for analysis handoff, finance modeling, and spreadsheet-friendly exports.
Generate a report-oriented XLSX workbook from a shared report model with tabs and tables for analysis handoff, finance modeling, and spreadsheet-friendly exports.
Mercury Trust Bazaar delegation front door for pre-execution agent handoff scope, issuer, expiry, and wallet-proof checks on Base.
Mercury Trust Bazaar provenance front door for deployer wallet, manifest, model, and deployment evidence checks on Base.
Mercury Trust Bazaar decision-memory front door for sharing, continuity, consent, and policy checks on Base.
Screen a batch of wallet addresses against OFAC SDN digital currency address designations and return per-wallet results, a batch-level proceed-or-pause decision, and structured output.
Screen a batch of wallet addresses against OFAC SDN digital currency address designations and return per-wallet results, a batch-level proceed-or-pause decision, and structured output.
Screen a batch of wallet addresses against OFAC SDN digital currency address designations and return per-wallet results, a batch-level proceed-or-pause decision, and structured output.
Screen a batch of wallet addresses against OFAC SDN digital currency address designations and return per-wallet results, a batch-level proceed-or-pause decision, and structured output.
Generate an enhanced due diligence memo for a wallet set using exact-match OFAC SDN digital currency address screening, status labels for compliance review, case metadata, and JSON, PDF, or DOCX output.
Generate an enhanced due diligence memo for a wallet set using exact-match OFAC SDN digital currency address screening, status labels for compliance review, case metadata, and JSON, PDF, or DOCX output.
Generate an enhanced due diligence memo for a wallet set using exact-match OFAC SDN digital currency address screening, status labels for compliance review, case metadata, and JSON, PDF, or DOCX output.
Generate an enhanced due diligence memo for a wallet set using exact-match OFAC SDN digital currency address screening, status labels for compliance review, case metadata, and JSON, PDF, or DOCX output.
Run a wallet sanctions check and return a report-ready compliance payload for crypto payment review, treasury controls, exchange operations, and AML workflows.
Run a wallet sanctions check and return a report-ready compliance payload for crypto payment review, treasury controls, exchange operations, and AML workflows.
Run a wallet sanctions check and return a report-ready compliance payload for crypto payment review, treasury controls, exchange operations, and AML workflows.
Run a wallet sanctions check and return a report-ready compliance payload for crypto payment review, treasury controls, exchange operations, and AML workflows.
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10
# call it
npx @apihubio/cli call https://x402.aurelianflo.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://x402.aurelianflo.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://x402.aurelianflo.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.