data-x402.hexens.io

https://data-x402.hexens.io/api/v1/analyze

Token Risks API. This API provides the deepest and the most high-precision results finding token risks and unique edge cases using a deterministic engine. Use this API after deploying a token or trading a token to check for the contract risk score and if needed make decisions based on that.

60
reliability

Reliability & health

Uptime and response time from our own unpaid probes, plus the reliability score built from them.

Uptime

100.0% avg
0% 50% 100% Jul 26Aug 5Aug 14Aug 24

Response time

p50 98ms · p95 176ms
0ms 100ms 200ms Jul 26Aug 5Aug 14Aug 24
Data table
Reliability history per time bucket over the last 30 days (daily).
Bucket Uptime Probes Response time
7/26/2026, 12:00:00 AM 100% 1 99ms
7/27/2026, 12:00:00 AM 100% 1 82ms
7/28/2026, 12:00:00 AM 100% 1 102ms
7/29/2026, 12:00:00 AM 100% 1 78ms
7/30/2026, 12:00:00 AM 100% 1 83ms
7/31/2026, 12:00:00 AM 100% 1 74ms
8/1/2026, 12:00:00 AM 100% 1 106ms
8/2/2026, 12:00:00 AM 100% 1 96ms
8/3/2026, 12:00:00 AM 100% 1 84ms
8/4/2026, 12:00:00 AM 100% 1 78ms
8/5/2026, 12:00:00 AM 100% 1 75ms
8/6/2026, 12:00:00 AM 100% 1 102ms
8/7/2026, 12:00:00 AM 100% 1 102ms
8/8/2026, 12:00:00 AM 100% 1 67ms
8/9/2026, 12:00:00 AM 100% 1 92ms
8/10/2026, 12:00:00 AM 100% 1 95ms
8/11/2026, 12:00:00 AM 100% 1 101ms
8/12/2026, 12:00:00 AM 100% 1 110ms
8/13/2026, 12:00:00 AM 100% 1 117ms
8/14/2026, 12:00:00 AM 100% 1 127ms
8/15/2026, 12:00:00 AM 100% 1 120ms
8/16/2026, 12:00:00 AM 100% 1 90ms
8/17/2026, 12:00:00 AM 100% 1 95ms
8/18/2026, 12:00:00 AM 100% 1 111ms
8/19/2026, 12:00:00 AM 100% 20 97ms
8/20/2026, 12:00:00 AM 100% 21 144ms
8/21/2026, 12:00:00 AM 100% 22 102ms
8/22/2026, 12:00:00 AM 100% 22 92ms
8/23/2026, 12:00:00 AM 100% 21 105ms
8/24/2026, 12:00:00 AM 100% 12 108ms
60
Composite reliability — the weighted average of the dimensions below, on a 0–100 scale.
Availability
100

How often it was reachable when we probed it (weight 35%).

Latency
100

How quickly it answers when it is up — fast scores high (weight 20%).

Security
100

Whether it serves over working TLS / https (weight 15%).

Transparency
61

Whether the operator disclosed what it does — description, schema, identity (weight 15%).

Activity
1

Observed on-chain payments to this endpoint's wallet — transactions, volume, and distinct paying wallets over the last month (weight 15%; not yet measured when we have not seen its wallet settle).

Confidence 100% — how much probe evidence backs this score. A thin history is flagged, not hidden.

See the scoring methodology for exactly how each number is computed.

Payment

Currencies
USDC
Networks
base
Facilitator
unknown
SDK
x402-express

Operator

Company
inferred — unknown
Jurisdiction
Registrar
Domain registered
Hosting network
CLOUDFLARENET
Hosting country

Operator context is derived from public RDAP/TLS records and unverified. Company and country are only available for endpoints that publish them (an OV/EV TLS certificate or a non-redacted domain record); most endpoints are CDN-fronted and disclose neither.

On-chain activity (base)

20.15
USDC received
28
payments
4
unique wallets

Settlement totals · last payment 6/22/2026

Response schema
{
  "input": {
    "discoverable": true,
    "method": "GET",
    "queryParams": {
      "address": {
        "description": "Token contract address to analyze",
        "type": "string"
      },
      "chain": {
        "description": "Chain name where the token is deployed. Use /api/v1/chains to get the list of available chains.",
        "enum": [
          "ethereum",
          "bsc",
          "optimism",
          "polygon",
          "arbitrum_one",
          "moonbeam",
          "moonriver",
          "cronos",
          "bit_torrent",
          "celo",
          "gnosis",
          "arbitrum_nova",
          "base",
          "polygon_zkevm",
          "linea",
          "frax",
          "avalanche_c_chain",
          "blast",
          "mantle",
          "taiko",
          "xdc",
          "ape",
          "world",
          "unichain",
          "sonic",
          "sophon",
          "abstract",
          "berachain",
          "memecore",
          "swellchain"
        ],
        "type": "string"
      }
    },
    "type": "http"
  },
  "output": {
    "properties": {
      "address": {
        "description": "Token contract address that was analyzed",
        "type": "string"
      },
      "chain_id": {
        "description": "Chain ID where the token is deployed",
        "type": "string"
      },
      "execution_time": {
        "description": "Time taken to execute the analysis in seconds",
        "type": "number"
      },
      "info": {
        "description": "Additional information about the token contract",
        "properties": {
          "implementation_address": {
            "description": "Implementation contract address (null if not a proxy)",
            "type": [
              "string",
              "null"
            ]
          },
          "is_erc20": {
            "description": "Whether the contract is ERC20 compliant",
            "type": "boolean"
          },
          "is_proxy": {
            "description": "Whether the contract uses a proxy pattern",
            "type": "boolean"
          },
          "is_verified": {
            "description": "Whether the contract source code is verified",
            "type": "boolean"
          },
          "proxy_address": {
            "description": "Proxy contract address",
            "type": "string"
          }
        },
        "type": "object"
      },
      "market_endorsed": {
        "description": "Whether the token is market endorsed",
        "type": "boolean"
      },
      "query_name": {
        "description": "Name of the analysis query",
        "type": "string"
      },
      "query_version": {
        "description": "Version of the analysis query",
        "type": "string"
      },
      "results": {
        "description": "Array of risk analysis results for the token",
        "items": {
          "properties": {
            "code_snippets": {
              "description": "Code snippets demonstrating the risk (null if not applicable)",
              "items": {
                "properties": {
                  "contract_code": {
                    "description": "Full contract code snippet",
                    "type": "string"
                  },
                  "function_code": {
                    "description": "Function code snippet",
                    "type": "string"
                  },
                  "instruction_code": {
                    "description": "Specific instruction or line of code",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "description": {
              "description": "Detailed description of the risk",
              "type": "string"
            },
            "key": {
              "description": "Unique identifier for the risk check",
              "type": "string"
            },
            "severity": {
              "description": "Severity level of the risk",
              "type": "string"
            },
            "sub_title": {
              "description": "Subtitle providing additional context",
              "type": "string"
            },
            "title": {
              "description": "Title of the risk",
              "type": "string"
            },
            "value": {
              "description": "Boolean indicating if the risk is present",
              "type": "boolean"
            }
          },
          "type": "object"
        },
        "type": "array"
      },
      "score": {
        "description": "Overall risk score",
        "type": "number"
      }
    },
    "required": [
      "address",
      "chain_id",
      "query_name",
      "results",
      "info"
    ],
    "type": "object"
  }
}