{
  "x402Version": 2,
  "id": 12860,
  "slug": "12860",
  "resource": "https://token-safety-oracle-production-ffad.up.railway.app/check/:address",
  "description": "Checks a crypto token or contract address (Ethereum or Solana) for scam signals — honeypots, rug pulls, malicious contract code — and returns a 0-100 risk score with plain-language reasons, using GoPlus Security data.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x25904d69555507e86c19164d692c95731c9bc666",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
          },
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
            "chain": "ethereum",
            "raw": {},
            "reasons": [
              "Contract is verified",
              "No mint or blacklist function found"
            ],
            "riskLevel": "low",
            "riskScore": 12
          },
          "type": "json"
        }
      },
      "routeTemplate": "/check/: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": "Token contract address: 0x-prefixed 40-hex-digit string for Ethereum, or a base58 string for Solana.",
                    "type": "string"
                  }
                },
                "required": [
                  "address"
                ],
                "type": "object"
              },
              "queryParams": {
                "properties": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "token-safety-oracle-production-ffad.up.railway.app",
  "lastUpdated": "2026-09-13T23:13:01.252Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-13T23:13:01.077Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "token-safety-oracle-production-ffad.up.railway.app",
    "manifest_name": "token-safety-oracle-production-ffad.up.railway.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}