# LiquProp Yield Distribution History

> LiquProp Yield Distribution History 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 yield distribution history for a specific tokenized property from the LiquProp indexer

## Facts

- Endpoint: POST https://api.relai.fi/relay/1776502063891/v1/indexer/yield-history/{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-869dc0fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hshGmsOvryPOXEOWux0z-

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

Example prompt: Show me the full yield distribution history for LiquProp property token ID 42 — I want to see every payout that's been distributed to holders.

## When to prefer this

Use this endpoint when you need historical yield/income distribution data for a specific tokenized real estate property on the LiquProp platform. It is the authoritative source for on-chain indexed yield events, ideal for portfolio analytics, investor reporting, or auditing past distributions on Polygon-based property tokens.

## Known failure modes

- Invalid or non-existent tokenId returns empty history or 404-equivalent error
- Payment failure (insufficient USDC balance for $0.01 fee) blocks the request
- Indexer lag may mean very recent distributions are not yet reflected
- Malformed POST body or missing tokenId parameter results in validation error
- Network or relay downtime on api.relai.fi causes timeout or 503

## How this service works

Get yield distribution history for a property from indexer

## Output

A list of historical yield distribution events for the specified property token, including distribution amounts, timestamps, and recipient/holder details as recorded by the LiquProp indexer on Polygon.

## More

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