T

TrustAgent · Verify Batch

by TrustAgent

POSTBase

$0.01

per call · USD Coin on Base

Screen up to 10 addresses in one call: OFAC sanctions check, trust score, risk band and recommendation for each. For vetting a counterparty set before a run of payments, maintaining an allowlist, or auditing wallets you already pay.

Endpoint

POST https://trust-agent.io/v1/verify/batch

1

Calls / 30d

1

Unique payers / 30d

Sep 2

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://trust-agent.io/v1/verify/batch", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "addresses": [
      "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "0x4200000000000000000000000000000000000006"
    ],
    "chain": "base",
    "type": "contract"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://trust-agent.io/v1/verify/batch" \
  -H "Content-Type: application/json" \
  -d '{"addresses":["0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","0x4200000000000000000000000000000000000006"],"chain":"base","type":"contract"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "failed": "count that errored",
  "results": "array of {address, trustScore, riskBand, recommendation, confidence, subjectType, topFlags}. trustScore is null where no rule could be evaluated.",
  "safest": "address with the highest score, or null if none of the batch produced a score. Unscorable addresses are excluded from the ranking rather than sorted as zero.",
  "succeeded": "count scored without error",
  "unscorable": "count scored without error but with no evaluable evidence"
}

Payment details

Pay to0x6121654d3fd4c8b42a90d30472e4d40927c3e6bb
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from TrustAgent & similar services