# LiquProp API - Get Registered Properties

> LiquProp API - Get Registered Properties 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).

Retrieves all on-chain registered real estate properties from the LiquProp indexer on Polygon

## Facts

- Endpoint: POST https://api.relai.fi/relay/1776502063891/v1/indexer/properties/registered
- 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-24ef764e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s-ujRnhLggMhUoDUW7Q4f

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-24ef764e -d '<json body>'
```

Example prompt: Can you pull all the currently registered properties from the LiquProp blockchain indexer on Polygon so I can see what real estate assets are on-chain?

## When to prefer this

Use this endpoint when you need a full enumeration of all on-chain registered real estate properties from the LiquProp platform. Prefer this over individual property lookups when building dashboards, analytics, or needing a complete snapshot of the property registry on Polygon.

## Known failure modes

- Indexer unavailable or syncing — may return empty or partial results
- Network congestion on Polygon causing delayed indexer state
- Payment failure (x402) — call not processed if USDC payment is rejected
- Rate limiting or authentication error if relay credentials are invalid
- Malformed POST body causing 400 Bad Request

## How this service works

Get all on-chain registered properties from indexer

## Output

Returns a list of all on-chain registered properties from the LiquProp indexer, including property metadata, registration details, and on-chain identifiers for each tokenized real estate asset.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/liquprop-api-24ef764e/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)
