# LiquProp API - List My Properties

> LiquProp API - List My 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).

Returns a list of real estate properties owned by the authenticated user

## Facts

- Endpoint: POST https://api.relai.fi/relay/1776502063891/v1/my/properties
- 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-0d230177
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JXpP1yv_Sv9a2NlThek2O

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-0d230177 -d '<json body>'
```

Example prompt: Show me all the properties I currently own on LiquProp — pull up the full list from my account.

## When to prefer this

Use this endpoint when you need to enumerate or audit a user's owned property portfolio on the LiquProp platform, especially as a prerequisite before updating, reporting on, or managing individual properties.

## Known failure modes

- Authentication failure if token is missing or invalid (401 Unauthorized)
- No properties returned if user owns none (empty list)
- Payment failure if 0.01 USDC is not provided via x402 protocol
- Rate limiting or quota exceeded errors
- Server errors if the relay service is unavailable

## How this service works

List properties owned by the authenticated user

## Output

A list of property records owned by the authenticated user, likely including property IDs, addresses, status, and metadata for each owned asset.

## More

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