S

SYNTHORA · Businessrisk

by SYNTHORA

POSTBase

$0.05

per call · USD Coin on Base

Counterparty business-risk verdict: one call fuses OFAC/EU sanctions screening, on-chain wallet reputation, and token/pool contract risk into a single weighted risk_score (0-100), a kill/pivot/proceed verdict, and reason_codes naming which sub-signal drove it. Weights: sanctions 0.50, wallet 0.30, token 0.20, renormalised if a leg is unavailable; a sanctions hit is a hard KILL floor. Degrades gracefully — a failed sub-check is dropped, never crashes the verdict. Deterministic, no LLM, Ed25519-signed. 0.05 USDC via x402 on Base. SYNTHORA.

Endpoint

POST https://api.hergertsynthora.com/v1/businessrisk

1

Calls / 30d

1

Unique payers / 30d

Aug 12

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://api.hergertsynthora.com/v1/businessrisk", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "address": "0x28C6c06298d514Db089934071355E5743bf21d60",
    "token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api.hergertsynthora.com/v1/businessrisk" \
  -H "Content-Type: application/json" \
  -d '{"address":"0x28C6c06298d514Db089934071355E5743bf21d60","token":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "niche": "business_risk",
  "ok": true,
  "result": {
    "checks": {
      "aml_screening": "ok",
      "defi_verdict": "ok",
      "wallet_rep": "ok"
    },
    "counterparty_address": "0x28C6...1d60",
    "disclaimer": "Deterministic composite risk verdict... Ed25519-signed.",
    "reason_codes": [
      "WALLET_SUSPICIOUS: reputation=45/100 (0 transacciones)",
      "TOKEN_CAUTION: contract risk_level=medium, verdict=monitor"
    ],
    "risk_score": 62.5,
    "risk_tier": "elevated",
    "signals_used": 3,
    "sub_results": {
      "aml_screening": {},
      "defi_verdict": {},
      "wallet_rep": {}
    },
    "summary": "PIVOT: elevated risk (62.5/100)...",
    "token_address": "0x8335...2913",
    "verdict": "pivot",
    "weights_applied": {
      "aml_screening": 0.5,
      "defi_verdict": 0.2,
      "wallet_rep": 0.3
    }
  }
}

Payment details

Pay to0x10800a5a5b9d72251566ec651e862a8b4b427de0
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from SYNTHORA & similar services