SYNTHORA Pre-Trade Safety API is a paid API for AI agents from pre-trade-safety.hergertsynthora.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).
Checks a blockchain address or token contract for safety flags and risk score before a trade or interaction, returning a signed verdict with confidence level.
Pay-per-call data and safety intelligence for autonomous agents. Every endpoint is protected by HTTP 402 (x402), settled in USDC on Base mainnet (eip155:8453). No API key, no signup, no KYC: the payment IS the authentication. Responses are Ed25519-signed. Flow: (1) POST the endpoint with no payment header, (2) receive HTTP 402 with an `accepts` array describing price and payTo, (3) re-POST with the `X-PAYMENT` header carrying an EIP-3009 transferWithAuthorization, (4) receive the signed result. This document describes the canonical request/response contract. The full live catalogue of 222 payable resources is published at https://pay.hergertsynthora.com/.well-known/x402.json
A JSON object containing: a boolean ok field, a signed SYNTHORA report (Ed25519 firma + sha256), the subject address, a list of risk flags, data sources used, a confidence level (e.g. 'alta'), a verdict string (e.g. 'APTO_CON_CONDICIONES' or 'RECHAZADO'), and a numeric risk score (0–100).
POSThttps://pre-trade-safety.hergertsynthora.com/serviceUse this endpoint when an autonomous agent needs a cryptographically attested pre-trade safety verdict for a blockchain address or token, especially in no-KYC, pay-per-call contexts where API key management is impractical. Prefer over generic blockchain explorers when you need a signed, machine-verifiable risk report suitable for automated trade gating.
| Field | Type | Description |
|---|---|---|
| name | string | |
| chain | string | |
| address | string |
{
"type": "json",
"example": {
"ok": true,
"niche": "pre_trade_safety",
"result": {
"sello": {
"firma": "SYNTHORA",
"sha256": "..."
},
"sujeto": "0x..",
"informe": {
"flags": [],
"fuentes": [],
"confianza": "alta",
"veredicto": "APTO_CON_CONDICIONES",
"score_riesgo": 45
}
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"