$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/businessrisk1
Calls / 30d
1
Unique payers / 30d
Aug 12
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://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 -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
0x10800a5a5b9d72251566ec651e862a8b4b427de0USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from SYNTHORA & similar services
SYNTHORA · WHO GHO Timeseries
api.hergertsynthora.com
SYNTHORA who-gho-timeseries: WHO Global Health Observatory indicator time series by country (life expectancy etc.) — public-health data for research and policy agents. $0.005 USDC x402 Base. Ratings: GET /v1/ratings/who-gho-timeseries.
SYNTHORA · Defi Yields
api.hergertsynthora.com
SYNTHORA defi-yields: stablecoin DeFi yields ranked with a risk outlier detector — APY vs class median (>=3x median = the excess yield IS the risk price). Only pools with TVL >= $10M. Source: DefiLlama, free, no key. $0.005 USDC x402 Base.
SYNTHORA · Bitcoin Fees
api.hergertsynthora.com
SYNTHORA bitcoin-fees: Bitcoin fee tiers in sat/vB (fastest/half-hour/hour/economy/minimum) plus current block height. Source: mempool.space public API, keyless. Bitcoin only.