# LiquProp API - List Property Blockchain Transactions

> LiquProp API - List Property Blockchain Transactions 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 a list of blockchain transactions associated with a specific tokenized real estate property by its ID

## Facts

- Endpoint: POST https://api.relai.fi/relay/1776502063891/v1/properties/{id}/transactions
- 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-b9f03873
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wThG-zU8aeIHEtM7ozMcm

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

Example prompt: Can you pull up all the blockchain transactions for property ID 'prop-8821' on LiquProp so I can review its on-chain history?

## When to prefer this

Use this endpoint when you need to audit or review the on-chain transaction history for a specific tokenized real estate property on the Polygon network via the LiquProp platform. Prefer this over generic blockchain explorers when you need structured, property-scoped transaction data without manually querying raw chain data.

## Known failure modes

- Property ID not found — 404 response if the specified property does not exist
- Invalid or malformed property ID — 400 bad request
- Payment not provided or insufficient — 402 Payment Required (x402 protocol)
- No transactions found — empty list returned for properties with no on-chain activity
- Authorization failure — 401 if access credentials are invalid
- Relay service unavailable — 503 if the RelAI relay is down

## How this service works

List blockchain transactions for a property

## Output

A list of blockchain transaction records associated with the specified property, including on-chain events logged on the Polygon network such as transfers, payments, or state changes tied to the tokenized real estate asset.

## More

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