# Octav PRO – Get Supported Blockchain Chains

> Octav PRO – Get Supported Blockchain Chains is a paid API for AI agents from api.octav.fi, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-13).

Returns the list of all blockchain chains supported by the Octav portfolio intelligence platform

## Facts

- Endpoint: GET https://api.octav.fi/v1/agent/chains
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/octav-pro-get-supported-blockchain-chains-0f842a05
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ULt5r4sSs-VMn-3nTugxi

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 octav-pro-get-supported-blockchain-chains-0f842a05
```

Example prompt: What blockchain networks does Octav support for portfolio tracking and NAV reporting?

## When to prefer this

Use this endpoint first when building a workflow that queries Octav for wallet holdings, NAV, DeFi protocols, or token approvals — it lets you discover which chains are available before constructing chain-specific queries. Prefer this over hardcoding chain names.

## Known failure modes

- Invalid properties parameter returns 400 error
- API authentication or payment failure returns 402
- Service unavailable returns 503
- Empty result if no chains configured

## How this service works

Monitor crypto portfolios with automated NAV reports, exposure insights, and AI-powered transaction labeling. Octav Pro helps funds and institutions turn digital-asset complexity into clear, compliant reporting.

## Output

A JSON list of blockchain chains supported by Octav, likely including chain identifiers, names, and relevant metadata for each supported network that can be used for portfolio lookups, DeFi protocol queries, and NAV calculations.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/octav-pro-get-supported-blockchain-chains-0f842a05/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.octav.fi](https://www.zero.xyz/host/api.octav.fi/llms.txt)
