# DeFi Security Scanning Supported Chains List

> DeFi Security Scanning Supported Chains List is a paid API for AI agents from defi.hugen.tokyo, paid per call via x402, $0.010000/call, status unknown (last checked 2026-09-13).

Returns all blockchain networks supported by the DeFi security scanning API, including chain IDs and names for 20+ chains.

## Facts

- Endpoint: GET https://defi.hugen.tokyo/defi/chains
- Price: $0.010000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defi-hugen-tokyo-c5ca76d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E-P6wyJX2YhGxYrMv24lA

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability defi-hugen-tokyo-c5ca76d3
```

Example prompt: Show me all the blockchain networks supported by the DeFi security scanning API — I need their chain IDs and names so I know which chains I can run security audits on.

## When to prefer this

Use this endpoint before calling other defi.hugen.tokyo security scanning endpoints to discover available chain IDs and names, or to validate that a target chain is supported before submitting audit, phishing-check, or wallet-flag requests.

## Known failure modes

- Payment not included — returns 402 Payment Required
- Service unavailable — returns 5xx error
- Unexpected empty response if upstream data source is unreachable

## How this service works

List all blockchain networks supported by this API's security scanning — Ethereum, BSC, Polygon, Arbitrum, Base, Optimism, Avalanche, Fantom, Solana, and 20+ chains with chain IDs and names. Accepts USDC payments on Base and Solana

## Output

A list of all supported blockchain networks including Ethereum, BSC, Polygon, Arbitrum, Base, Optimism, Avalanche, Fantom, Solana, and 20+ more chains, each with its chain ID and name.

## Example request

```json
{
 "method": "GET"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-hugen-tokyo-c5ca76d3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from defi.hugen.tokyo](https://www.zero.xyz/host/defi.hugen.tokyo/llms.txt)
