{
  "x402Version": 1,
  "id": 7115,
  "slug": "7115",
  "resource": "https://uxus.finance/api/risk/live/pro",
  "description": "Mutable-risk report for a token — can the owner still turn it hostile? No API key, no account, no signup; pay per call in USDC on Base. GET ?address=0x... (required), chain=ethereum|base (default base). Direct on-chain reads only: eth_getCode, owner(), pendingOwner(), paused(), EIP-1967 slots. Returns mutable_risk_score, verdict, can_turn_hostile, time_to_rug, every owner power explained in plain English, and raw controls. For agents holding or about to buy a token.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "payTo": "0xE0Ed7A30589Fec49e98F2085c7162B90FdbB83de",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "address": "0x token contract address. Required.",
            "chain": "ethereum | base. Default base."
          },
          "type": "http"
        },
        "output": {
          "example": {
            "address": "0x...",
            "can_turn_hostile": true,
            "chain": "base",
            "controls": {},
            "mutable_risk_score": 20,
            "powers_explained": [
              {
                "code": "OWNER_RETAINS_PRIVILEGES",
                "meaning": "Ownership not renounced; owner-only functions remain callable."
              }
            ],
            "tier": "pro",
            "time_to_rug": "immediate",
            "verdict": "CAUTION"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {},
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "uxus.finance",
  "lastUpdated": "2026-09-03T18:40:19.627Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-03T18:40:19.357Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "uxus.finance",
    "manifest_name": "uxus.finance",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}