$0.1
per call · USD Coin on Base
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
Endpoint
POST https://x402.payperbyte.io/feeds/address-reputation4
Calls / 30d
2
Unique payers / 30d
Aug 26
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/address-reputation", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"address": "0x1111111111111111111111111111111111111111",
"amount": 50000,
"chain": "base",
"domain": "example.com"
}),
});
const data = await res.json();curl -X POST \
"https://x402.payperbyte.io/feeds/address-reputation" \
-H "Content-Type: application/json" \
-d '{"address":"0x1111111111111111111111111111111111111111","amount":50000,"chain":"base","domain":"example.com"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"_note": "Illustrative response shape — not a live answer. ALLOW/WARN/BLOCK is a screening signal. The embedded EIP-712 receipt (domain chainId 421614 = Arbitrum Sepolia, a frozen signing namespace, not a settlement rail) proves who signed the exact answer bytes — not that the verdict is correct.",
"answer": {
"methodology": "ar-v1",
"query": {
"address": "0x1111111111111111111111111111111111111111",
"amount": 50000,
"chain": "base",
"domain": "example.com"
},
"reasons": [
"illustrative — real answers cite the ar-v1 domain (RDAP/TLS/DNS/Wayback), on-chain, and blocklist signals judged"
],
"score": 55,
"v": "address-reputation/v1",
"verdict": "WARN"
},
"attestation": {
"domain": {
"chainId": 421614,
"name": "BYTE Library",
"version": "1"
},
"payloadHash": "0x…",
"signature": "0x…",
"signer": "0x…"
}
}Payment details
0xffff4b8da8c165b556326453446f6940c8afe0dbUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment 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 Sanctions Screen
x402.payperbyte.io
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