# LiquProp API - Recent Property Blockchain Transactions

> LiquProp API - Recent 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 the most recent blockchain transactions across all real estate properties tracked on the LiquProp platform

## Facts

- Endpoint: POST https://api.relai.fi/relay/1776502063891/v1/properties/transactions/recent
- 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-6c69611b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DW4vZ9G_Q_-9SUwh64rIu

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

Example prompt: Show me the most recent blockchain transactions across all properties on LiquProp — I want to see the latest on-chain activity for real estate assets.

## When to prefer this

Use this endpoint when you need a cross-portfolio view of the most recent blockchain transactions for all real estate properties on LiquProp, rather than transactions for a single specific property. Prefer this for monitoring dashboards, auditing recent on-chain activity, or detecting new transaction events across the entire property portfolio.

## Known failure modes

- Invalid or malformed POST body returns 400 error
- Payment failure or insufficient USDC balance returns 402 Payment Required
- Relay service unavailable returns 503
- No recent transactions found returns empty list or 404
- Rate limiting returns 429

## How this service works

Get the most recent blockchain transactions across all properties

## Output

A list of the most recent blockchain transactions across all properties, likely including transaction hashes, property identifiers, amounts, timestamps, and relevant on-chain metadata from the Polygon network.

## More

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