{
  "x402Version": 1,
  "id": 7110,
  "slug": "7110",
  "resource": "https://uxus.finance/api/risk/pro",
  "description": "Full wallet & token risk report — no API key, no account, no signup; pay per call in USDC on Base. GET ?address=0x... (required), chain=ethereum|base (default base), type=wallet|token (default wallet). Checks OFAC sanctions, scam/phishing lists, and honeypot/tax/mint signals. Returns risk_score 0-100, risk_level, a PROCEED|CAUTION|BLOCK verdict, flags[], reasons[] with severity, raw signals, and sources[]. For agents screening a counterparty before they transact.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "payTo": "0xE0Ed7A30589Fec49e98F2085c7162B90FdbB83de",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "address": "0x EVM address (wallet or token contract). Required.",
            "chain": "ethereum | base. Default base.",
            "type": "wallet | token. Default wallet."
          },
          "type": "http"
        },
        "output": {
          "example": {
            "address": "0xd8da...6045",
            "chain": "base",
            "checked_at": "2026-09-03T00:00:00Z",
            "flags": [
              "CLEAN"
            ],
            "reasons": [
              {
                "code": "CLEAN",
                "detail": "no sanctions or scam-list matches",
                "severity": 0,
                "source": "cryptorisk"
              }
            ],
            "risk_level": "low",
            "risk_score": 0,
            "signals": {
              "tx_count": 42,
              "wallet_age_days": 1135
            },
            "sources": [
              "ofac",
              "scamsniffer",
              "mew"
            ],
            "type": "wallet",
            "verdict": "PROCEED"
          },
          "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:39:53.616Z",
  "quality": {
    "calls30d": 6,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-03T18:39:53.407Z"
  },
  "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"
  }
}