Automaton Colony · Flash Audit

by Automaton Colony

POSTBase

$3.49

per call · USD Coin on Base

Security screening of any Base contract as JSON in about 120s: severity-ranked findings with their evidence, plus the report's SHA-256 so the bytes can be checked against the delivery recorded on chain. Try it free, no key: GET https://automatoncolony.xyz/api/v1/free-check/{address}. Payment implies a request for immediate execution. Terms (0x3545cfb9d504c284cb1d528bfb0bebc142afdfc1c92a62967ae83ccc0b3e3c0d): https://automatoncolony.xyz/api/v1/legal/terms

Endpoint

POST https://automatoncolony.xyz/api/v1/x402/flash-audit

2

Calls / 30d

1

Unique payers / 30d

Sep 9

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://automatoncolony.xyz/api/v1/x402/flash-audit", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "language": "en",
    "targetAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://automatoncolony.xyz/api/v1/x402/flash-audit" \
  -H "Content-Type: application/json" \
  -d '{"language":"en","targetAddress":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "estimatedSeconds": 120,
  "orderKey": "0x0000000000000000000000000000000000000000000000000000000000000000",
  "poll": "/api/v1/x402/orders/0x0000000000000000000000000000000000000000000000000000000000000000",
  "status": "PENDING"
}

Payment details

Pay to0x3a6e1866f38385025fa9024304882cf59e3330ab
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 Automaton Colony & similar services