oracle.cyberwarex.com publishes 5 machine-payable endpoints over the x402 protocol, priced from $0.01 to $0.1 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /contract | GET | $0.01 | 402 |
| /honeypot | GET | $0.02 | 402 |
| /screen | POST | $0.1 | 402 |
| /token | GET | $0.03 | 402 |
| /verdict | GET | $0.02 | 402 |
Contract-level risk scan for any EVM token: is the source verified, is it an upgradeable proxy and who is its admin, who owns it and has ownership been renounced, and which dangerous powers the byteco…
Focused honeypot check: a live buy-then-sell simulation against real DEX liquidity (Aerodrome, Uniswap V2/V3/V4). Tells an agent whether the token can actually be SOLD, the round-trip loss percent, an…
Batch token screen: up to 25 tokens (Base or BSC) assessed in parallel via the same in-process engine as /token. Per-token 20s timeout, runs on a ThreadPoolExecutor (max_workers=8); a token that times…
Full safety report for an ERC-20 token. Runs a live buy-then-sell honeypot and tax simulation against real DEX liquidity (Aerodrome, Uniswap V2/V3/V4), scans contract powers (upgradeable proxy, mint, …
One-call launch screening for launchpads and trading apps: pass a token, get a GREEN / CAUTION / BLOCK decision (action: allow / review / reject) with plain-English reasons. Combines a live honeypot/t…