# LiquProp API - Get On-Chain Report Acknowledgements

> LiquProp API - Get On-Chain Report Acknowledgements 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 on-chain report acknowledgements for a specific tokenized real estate property from the LiquProp indexer

## Facts

- Endpoint: POST https://api.relai.fi/relay/1776502063891/v1/indexer/reports/{tokenId}
- 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-78b803f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lZK30ZbIKwF7TH-ynTGOV

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

Example prompt: Can you pull the on-chain report acknowledgements for tokenized property with token ID 42 from the LiquProp indexer?

## When to prefer this

Use this endpoint when you need to verify or audit that periodic property reports for a tokenized real estate asset have been acknowledged on-chain via the LiquProp protocol. Prefer this over generic blockchain explorers when you need structured, indexed acknowledgement data tied to a specific property token without paying Polygon gas fees.

## Known failure modes

- Invalid or non-existent tokenId returns empty results or 404
- Indexer lag may mean recent acknowledgements are not yet reflected
- Payment failure (insufficient USDC) results in 402 response blocking access
- Network issues with Polygon may cause stale or incomplete index data
- Malformed tokenId format causes 400 bad request error

## How this service works

Get on-chain report acknowledgements for a property from indexer

## Output

Returns a list of on-chain acknowledgement records associated with the given property tokenId, as indexed from the blockchain — including report references, acknowledgement timestamps, and on-chain confirmation data.

## More

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