# LiquProp API - Get On-Chain Property Registration Record

> LiquProp API - Get On-Chain Property Registration Record 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 on-chain registration record for a single tokenized real estate property by its token ID

## Facts

- Endpoint: POST https://api.relai.fi/relay/1776502063891/v1/indexer/properties/registered/{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-766cbad4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g9s9F6YhiCR46TTDzR2Gx

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

Example prompt: Can you pull up the on-chain registration record for LiquProp property token ID 42? I need to see the blockchain registration details for that tokenized property.

## When to prefer this

Use this endpoint when you need to verify or retrieve the authoritative on-chain registration record for a specific tokenized real estate property on the LiquProp platform. Prefer this over off-chain property databases when you need blockchain-verified registration data. Best suited for single-token lookups where on-chain truth is required for compliance, verification, or due diligence purposes.

## Known failure modes

- Token ID not found or not registered on-chain — returns 404 or empty record
- Invalid token ID format — returns 400 bad request
- Payment failure (x402 USDC payment not processed) — returns 402 Payment Required
- Network or relay connectivity issues — returns 5xx error
- Token exists but registration record is incomplete or malformed on-chain

## How this service works

Get on-chain registration record for a single property token

## Output

Returns the on-chain registration record for the specified property token, including blockchain-stored registration data such as property metadata, registration status, and any associated on-chain attributes stored at the time of token minting or registration on Polygon.

## More

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