mirrored listing x402 eip155:8453

Before you sign: can this Base contract be paused, frozen, or have tokens minted by its ow

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.

Do you run api.m2msentinel.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
20000 (raw units)
price
6
calls / 30d
5
unique payers
2026-09-06
updated

Provider

api.m2msentinel.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x6d6c398390cfb88f1cd42715b84906a0bd6652aa",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "20000",
    "maxTimeoutSeconds": 120
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "pathParams": {
          "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        },
        "queryParams": {},
        "type": "http"
      },
      "output": {
        "example": {
          "audit": {
            "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
            "analysisKind": "STATIC_BYTECODE_CAPABILITY_HEURISTIC",
            "notASafetyGuarantee": true,
            "reachability": "NOT_ESTABLISHED"
          },
          "status": "SUCCESS"
        },
        "type": "json"
      }
    },
    "routeTemplate": "/v1/audit/:address",
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "pathParams": {
              "properties": {
                "address": {
                  "description": "A Base mainnet contract address.",
                  "pattern": "^0x[0-9a-fA-F]{40}$",
                  "type": "string"
                }
              },
              "required": [
                "address"
              ],
              "type": "object"
            },
            "queryParams": {
              "properties": {},
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "audit": {
                  "type": "object"
                },
                "status": {
                  "const": "SUCCESS",
                  "type": "string"
                }
              },
              "required": [
                "status"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.m2msentinel.com/v1/audit/:address"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.m2msentinel.com/v1/audit/:address");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.m2msentinel.com/v1/audit/:address")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/7914.json, and this resource appears in /discovery/resources and /discovery/search.