# AgenticFi Supported Chains

> AgenticFi Supported Chains is a paid API for AI agents from defi-api.agenticfi.wtf, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns the list of blockchain networks supported by the AgenticFi DeFi API platform

## Facts

- Endpoint: GET https://defi-api.agenticfi.wtf/api/chain/supported
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agenticfi-supported-chains-82f24710
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yd-zNVKjFVbTREliJ0EA3

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 agenticfi-supported-chains-82f24710
```

Example prompt: Which blockchain networks does AgenticFi support for DeFi operations — can you pull the full list of supported chains from their API?

## When to prefer this

Use this endpoint before calling other AgenticFi DeFi endpoints to discover which blockchain networks are available, especially when you need to validate a target chain or enumerate options for dynamic workflow routing.

## Known failure modes

- Payment required (402) — must supply valid x402 USDC payment on Base
- Network timeout or server unavailability returning 5xx
- Empty or malformed response if the service is newly launched or unstable

## How this service works

List all supported chains with RPCs, explorers, native tokens

## Output

A list of supported blockchain networks, likely including chain names and/or chain IDs that can be used with other AgenticFi DeFi endpoints for token data, pricing, swaps, and wallet analytics.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agenticfi-supported-chains-82f24710/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from defi-api.agenticfi.wtf](https://www.zero.xyz/host/defi-api.agenticfi.wtf/llms.txt)
