M

M2M Sentinel · Audit

by M2M Sentinel

GETBase

$0.02

per call · USD Coin on Base

Before you sign: can this Base contract be paused, frozen, or have tokens minted by its owner, self-destruct, or delegate execution somewhere you have not seen? Returns the opcodes and selectors actually present in the deployed bytecode, resolves proxies and EIP-7702 delegated accounts to what really runs, and states the trust level behind the answer. Evidence for your policy, not a safety verdict.

Endpoint

GET https://api.m2msentinel.com/v1/audit/:address

6

Calls / 30d

5

Unique payers / 30d

Sep 6

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.m2msentinel.com/v1/audit/:address", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.m2msentinel.com/v1/audit/:address" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "audit": {
    "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "analysisKind": "STATIC_BYTECODE_CAPABILITY_HEURISTIC",
    "notASafetyGuarantee": true,
    "reachability": "NOT_ESTABLISHED"
  },
  "status": "SUCCESS"
}

Payment details

Pay to0x6d6c398390cfb88f1cd42715b84906a0bd6652aa
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 M2M Sentinel & similar services