# LiquProp API - List Active Chains

> LiquProp API - List Active Chains is a paid API for AI agents from api.relai.fi, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Returns a list of all currently active blockchain chains supported by the LiquProp/RelAI platform

## Facts

- Endpoint: POST https://api.relai.fi/relay/1776502063891/v1/chains/
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/liquprop-api-38a56e2c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ebuh2DkJBvhfI48Q8FHLm

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 liquprop-api-38a56e2c -d '<json body>'
```

Example prompt: What blockchain chains are currently active and supported on the LiquProp platform?

## When to prefer this

Use this endpoint when you need to discover which blockchain networks are currently active and supported by LiquProp/RelAI before submitting transactions, property reports, or gas-free payments — it serves as a prerequisite lookup for other LiquProp API operations.

## Known failure modes

- No active chains found — empty list returned
- Authentication or payment failure (402) if x402 payment not properly attached
- Timeout if the relay endpoint is temporarily unavailable
- 500 server error if backend chain registry is unreachable

## How this service works

List all active chains

## Output

A list of all currently active blockchain chains/networks supported by the LiquProp API, likely including chain IDs, names, and status information for each supported network.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/liquprop-api-38a56e2c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.relai.fi](https://www.zero.xyz/host/api.relai.fi/llms.txt)
