{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "data-x402-hexens-io-api-v1-analyze",
  "title": "Data-x402 \u00b7 Analyze",
  "url": "https://data-x402.hexens.io/api/v1/analyze",
  "category": "data",
  "summary": "Data-x402 \u00b7 Analyze \u2014 x402-protected data API. Pay $0.900 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Data-x402 \u00b7 Analyze \u2014 x402 data API \u00b7 $0.900 per call",
    "description": "Data-x402 \u00b7 Analyze \u2014 x402-protected data API. Pay $0.900 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 45.0,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x666ec807ef454377942c5634bf3e5f5538f0d679",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "900000",
      "max_timeout_seconds": 100,
      "mime_type": "application/json",
      "description": "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.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "chain": {
              "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",
              "description": "Chain name where the token is deployed. Use /api/v1/chains to get the list of available chains."
            },
            "address": {
              "type": "string",
              "description": "Token contract address to analyze"
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "address",
            "chain_id",
            "query_name",
            "results",
            "info"
          ],
          "properties": {
            "info": {
              "type": "object",
              "properties": {
                "is_erc20": {
                  "type": "boolean",
                  "description": "Whether the contract is ERC20 compliant"
                },
                "is_proxy": {
                  "type": "boolean",
                  "description": "Whether the contract uses a proxy pattern"
                },
                "is_verified": {
                  "type": "boolean",
                  "description": "Whether the contract source code is verified"
                },
                "proxy_address": {
                  "type": "string",
                  "description": "Proxy contract address"
                },
                "implementation_address": {
                  "type": [
                    "string",
                    "null"
                  ],
                  "description": "Implementation contract address (null if not a proxy)"
                }
              },
              "description": "Additional information about the token contract"
            },
            "score": {
              "type": "number",
              "description": "Overall risk score"
            },
            "address": {
              "type": "string",
              "description": "Token contract address that was analyzed"
            },
            "results": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "key": {
                    "type": "string",
                    "description": "Unique identifier for the risk check"
                  },
                  "title": {
                    "type": "string",
                    "description": "Title of the risk"
                  },
                  "value": {
                    "type": "boolean",
                    "description": "Boolean indicating if the risk is present"
                  },
                  "severity": {
                    "type": "string",
                    "description": "Severity level of the risk"
                  },
                  "sub_title": {
                    "type": "string",
                    "description": "Subtitle providing additional context"
                  },
                  "description": {
                    "type": "string",
                    "description": "Detailed description of the risk"
                  },
                  "code_snippets": {
                    "type": [
                      "array",
                      "null"
                    ],
                    "items": {
                      "type": "object",
                      "properties": {
                        "contract_code": {
                          "type": "string",
                          "description": "Full contract code snippet"
                        },
                        "function_code": {
                          "type": "string",
                          "description": "Function code snippet"
                        },
                        "instruction_code": {
                          "type": "string",
                          "description": "Specific instruction or line of code"
                        }
                      }
                    },
                    "description": "Code snippets demonstrating the risk (null if not applicable)"
                  }
                }
              },
              "description": "Array of risk analysis results for the token"
            },
            "chain_id": {
              "type": "string",
              "description": "Chain ID where the token is deployed"
            },
            "query_name": {
              "type": "string",
              "description": "Name of the analysis query"
            },
            "query_version": {
              "type": "string",
              "description": "Version of the analysis query"
            },
            "execution_time": {
              "type": "number",
              "description": "Time taken to execute the analysis in seconds"
            },
            "market_endorsed": {
              "type": "boolean",
              "description": "Whether the token is market endorsed"
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "data-x402-hexens-io",
    "host": "data-x402.hexens.io",
    "url": "https://data-x402.hexens.io",
    "favicon": "https://hexens.io/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/data-x402-hexens-io-api-v1-analyze",
    "url": "https://x402all.com/resource/data-x402-hexens-io-api-v1-analyze",
    "name": "Data-x402 \u00b7 Analyze",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/data-x402-hexens-io-api-v1-analyze",
      "@type": "Offer",
      "price": "0.9",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.900000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://data-x402.hexens.io/api/v1/analyze",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/data-x402-hexens-io",
      "url": "https://data-x402.hexens.io",
      "name": "data-x402.hexens.io",
      "@type": "Organization"
    },
    "identifier": "data-x402-hexens-io-api-v1-analyze",
    "description": "Data-x402 \u00b7 Analyze \u2014 x402-protected data API. Pay $0.900 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=data-x402-hexens-io-api-v1-analyze",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=data-x402-hexens-io-api-v1-analyze",
  "callability": {
    "status": "partial",
    "schema_callability": 0.39,
    "source": "facilitator_bazaar",
    "source_confidence": 0.75,
    "match_confidence": 0.4,
    "schema_confidence": 0.5,
    "validated_at": "2026-05-10T22:44:26.631768+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://data-x402.hexens.io/api/v1/analyze",
    "content_type": "application/json",
    "response_schema": {
      "type": "object",
      "required": [
        "address",
        "chain_id",
        "query_name",
        "results",
        "info"
      ],
      "properties": {
        "info": {
          "type": "object",
          "properties": {
            "is_erc20": {
              "type": "boolean",
              "description": "Whether the contract is ERC20 compliant"
            },
            "is_proxy": {
              "type": "boolean",
              "description": "Whether the contract uses a proxy pattern"
            },
            "is_verified": {
              "type": "boolean",
              "description": "Whether the contract source code is verified"
            },
            "proxy_address": {
              "type": "string",
              "description": "Proxy contract address"
            },
            "implementation_address": {
              "type": [
                "string",
                "null"
              ],
              "description": "Implementation contract address (null if not a proxy)"
            }
          },
          "description": "Additional information about the token contract"
        },
        "score": {
          "type": "number",
          "description": "Overall risk score"
        },
        "address": {
          "type": "string",
          "description": "Token contract address that was analyzed"
        },
        "results": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "key": {
                "type": "string",
                "description": "Unique identifier for the risk check"
              },
              "title": {
                "type": "string",
                "description": "Title of the risk"
              },
              "value": {
                "type": "boolean",
                "description": "Boolean indicating if the risk is present"
              },
              "severity": {
                "type": "string",
                "description": "Severity level of the risk"
              },
              "sub_title": {
                "type": "string",
                "description": "Subtitle providing additional context"
              },
              "description": {
                "type": "string",
                "description": "Detailed description of the risk"
              },
              "code_snippets": {
                "type": [
                  "array",
                  "null"
                ],
                "items": {
                  "type": "object",
                  "properties": {
                    "contract_code": {
                      "type": "string",
                      "description": "Full contract code snippet"
                    },
                    "function_code": {
                      "type": "string",
                      "description": "Function code snippet"
                    },
                    "instruction_code": {
                      "type": "string",
                      "description": "Specific instruction or line of code"
                    }
                  }
                },
                "description": "Code snippets demonstrating the risk (null if not applicable)"
              }
            }
          },
          "description": "Array of risk analysis results for the token"
        },
        "chain_id": {
          "type": "string",
          "description": "Chain ID where the token is deployed"
        },
        "query_name": {
          "type": "string",
          "description": "Name of the analysis query"
        },
        "query_version": {
          "type": "string",
          "description": "Version of the analysis query"
        },
        "execution_time": {
          "type": "number",
          "description": "Time taken to execute the analysis in seconds"
        },
        "market_endorsed": {
          "type": "boolean",
          "description": "Whether the token is market endorsed"
        }
      }
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "declared"
    },
    "contract_hash": "d8df4be044a1963597878e6b64dbcd61ca98dddad2f7d81fffe69b052d18bc0d"
  }
}