$0.1
per call · USD Coin on Base
Know-Your-Agent counterparty screening — sanctions pillar. Signed OFAC SDN + Consolidated screen on an address or name, pinned to the exact list-state (date + sha256). Screens the counterparty you supply — not the calling agent's identity. Full scope: https://x402.payperbyte.io/feeds
Endpoint
POST https://x402.payperbyte.io/feeds/sanctions-screen4
Calls / 30d
2
Unique payers / 30d
Aug 21
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://x402.payperbyte.io/feeds/sanctions-screen", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"name": "Lazarus Group"
}),
});
const data = await res.json();curl -X POST \
"https://x402.payperbyte.io/feeds/sanctions-screen" \
-H "Content-Type: application/json" \
-d '{"name":"Lazarus Group"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"_note": "Excerpt of a real answer (live service, 2026-07-01); hash/signature elided, signals/consolidated trimmed. Every answer pins the exact OFAC list version (published date + sha256 + entry count) it was judged against. Screening signal, not legal advice. The EIP-712 receipt — domain chainId 421614 = Arbitrum Sepolia, a frozen signing namespace, not a settlement rail — proves who signed these exact bytes (authenticity + tamper-evidence), not that the screening result is correct. Recompute keccak256(canonical answer bytes) and recover the signer before acting.",
"answer": {
"list_state": {
"sdn": {
"content_sha256": "a04efa5d60104ebd35fc08b6891811120d151bf37801fbd3c01e64380198f099",
"entry_count": 19129,
"published_date": "2026-06-30",
"source": "OFAC SDN (Specially Designated Nationals and Blocked Persons)",
"stale": false
}
},
"methodology": "ss-v1",
"query": {
"address": null,
"chain": null,
"name": "Lazarus Group"
},
"reasons": [
"name exactly matches OFAC SDN primary name \"LAZARUS GROUP\": entry #27307 \"LAZARUS GROUP\" [DPRK3] — list published 2026-06-30"
],
"score": 0,
"v": "sanctions-screen/v1",
"verdict": "BLOCK"
},
"attestation": {
"domain": {
"chainId": 421614,
"name": "BYTE Library",
"verifyingContract": "0x44729bB148F46d8Db509E47b0453edc271e06e95",
"version": "1"
},
"payloadHash": "0x…",
"signature": "0x…",
"signer": "0x344ECaCDe6566294c31397445c98b62a3EEEA456"
}
}Payment details
0xffff4b8da8c165b556326453446f6940c8afe0dbUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from PayPerByte & similar services
PayPerByte · Feeds Weather
x402.payperbyte.io
NWS weather forecasts for 5 US cities (NYC, LA, Chicago, Houston, Miami)
PayPerByte · Feeds Earthquakes
x402.payperbyte.io
USGS recent earthquakes worldwide (M2.5+)
PayPerByte · Feeds Address Reputation
x402.payperbyte.io
Know-Your-Agent counterparty screening — reputation pillar. Signed ALLOW/WARN/BLOCK verdict on (domain, receiving address, amount, chain) before you release USDC. Screens the counterparty tuple you supply — not the calling agent's identity. Full method + scope: https://x402.payperbyte.io/feeds