mirrored listing x402 eip155:8453

Deterministic on-chain structural-safety report for a Base address: contract detection, ve

Deterministic on-chain structural-safety report for a Base address: contract detection, verification status, proxy/owner/privileged-function analysis. Behavioral signals (age, activity, funding) not yet included. Keyless x402-native payment — no signup, no API key. Score 0-100, higher = structurally safer. See free real samples before paying: GET /samples/index.json

Do you run token-risk.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
10000 (raw units)
price
4
calls / 30d
2
unique payers
2026-08-30
updated

Provider

token-risk.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x332DbF15a8Bcca8eEB4390b380202360F4f45401",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "discoverable": true,
    "info": {
      "input": {
        "body": {
          "address": "0x89232FFb57C3b865B5BAEd4236765DfC797E28A9"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "address": "0x89232ffb57c3b865b5baed4236765dfc797e28a9",
          "cache": {
            "ageSeconds": 0,
            "hit": false
          },
          "chainId": 8453,
          "checks": [
            {
              "id": "address_kind",
              "status": "pass",
              "summary": "address is an EOA (no contract bytecode)"
            }
          ],
          "engine": {
            "version": "0.1.0"
          },
          "generatedAt": "2026-01-01T00:00:00.000Z",
          "requestId": "018f2c6e-wallet-example",
          "schemaVersion": 1,
          "score": 100,
          "scoring": {
            "configVersion": "1.0.0",
            "penalties": []
          },
          "verdict": "low_risk"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "properties": {
                "address": {
                  "pattern": "^0x[0-9a-fA-F]{40}$",
                  "type": "string"
                }
              },
              "required": [
                "address"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "additionalProperties": false,
              "properties": {
                "address": {
                  "pattern": "^0x[0-9a-f]{40}$",
                  "type": "string"
                },
                "cache": {
                  "additionalProperties": false,
                  "properties": {
                    "ageSeconds": {
                      "maximum": 9007199254740991,
                      "minimum": 0,
                      "type": "integer"
                    },
                    "hit": {
                      "type": "boolean"
                    }
                  },
                  "required": [
                    "hit",
                    "ageSeconds"
                  ],
                  "type": "object"
                },
                "chainId": {
                  "const": 8453,
                  "type": "number"
                },
                "checks": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "durationMs": {
                        "maximum": 9007199254740991,
                        "minimum": 0,
                        "type": "integer"
                      },
                      "evidence": {
                        "additionalProperties": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "number"
                            },
                            {
                              "type": "boolean"
                            }
                          ]
                        },
                        "propertyNames": {
                          "type": "string"
                        },
                        "type": "object"
                      },
                      "id": {
                        "type": "string"
                      },
                      "status": {
                        "enum": [
                          "pass",
                          "fail",
                          "skip",
                          "error"
                        ],
                        "type": "string"
                      },
                      "summary": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "id",
                      "status"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "engine": {
                  "additionalProperties": false,
                  "properties": {
                    "version": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "version"
                  ],
                  "type": "object"
                },
                "enrichment": {
                  "additionalProperties": false,
                  "properties": {
                    "latencyMs": {
                      "maximum": 9007199254740991,
                      "minimum": 0,
                      "type": "integer"
                    },
                    "model": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "model",
                    "latencyMs"
                  ],
                  "type": "object"
                },
                "findings": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "detail": {
                        "maxLength": 500,
                        "minLength": 1,
                        "type": "string"
                      },
                      "id": {
                        "maxLength": 64,
                        "minLength": 1,
                        "type": "string"
                      },
                      "severity": {
                        "enum": [
                          "info",
                          "caution"
                        ],
                        "type": "string"
                      },
                      "title": {
                        "maxLength": 120,
                        "minLength": 1,
                        "type": "string"
                      }
                    },
                    "required": [
                      "id",
                      "severity",
                      "title",
                      "detail"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "generatedAt": {
                  "format": "date-time",
                  "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$",
                  "type": "string"
                },
                "requestId": {
                  "type": "string"
                },
                "schemaVersion": {
                  "const": 1,
                  "type": "number"
                },
                "score": {
                  "anyOf": [
                    {
                      "maximum": 100,
                      "minimum": 0,
                      "type": "number"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "scoring": {
                  "additionalProperties": false,
                  "properties": {
                    "configVersion": {
                      "type": "string"
                    },
                    "penalties": {
                      "items": {
                        "additionalProperties": false,
                        "properties": {
                          "checkId": {
                            "type": "string"
                          },
                          "points": {
                            "type": "number"
                          },
                          "reason": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "checkId",
                          "points",
                          "reason"
                        ],
                        "type": "object"
                      },
                      "type": "array"
                    }
                  },
                  "required": [
                    "configVersion",
                    "penalties"
                  ],
                  "type": "object"
                },
                "verdict": {
                  "enum": [
                    "low_risk",
                    "medium_risk",
                    "high_risk",
                    "inconclusive"
                  ],
                  "type": "string"
                }
              },
              "required": [
                "schemaVersion",
                "requestId",
                "chainId",
                "address",
                "verdict",
                "score",
                "checks",
                "generatedAt",
                "engine"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

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

JavaScript

const res = await fetch("https://token-risk.com/v1/wallet");
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://token-risk.com/v1/wallet")
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/2965.json, and this resource appears in /discovery/resources and /discovery/search.