# LiquProp API - Get Market Stats for Tokenized Property

> LiquProp API - Get Market Stats for Tokenized Property 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).

Returns market statistics for a specific tokenized real estate property given its token ID and chain ID

## Facts

- Endpoint: POST https://api.relai.fi/relay/1776502063891/v1/market/{tokenId}/{chainId}/stats
- 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-98cba18a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hAYxn-iqtXS9eSG18E1yh

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

Example prompt: Can you pull the current market stats for tokenized property token ID 42 on Polygon (chain ID 137) using LiquProp?

## When to prefer this

Use this endpoint when you need on-chain market data (price, volume, liquidity) for a specific tokenized real estate property and you know the token ID and chain ID. Prefer this over general crypto market APIs when the asset is a tokenized property on a supported chain like Polygon.

## Known failure modes

- Invalid tokenId returns 404 or empty result
- Unsupported chainId returns an error
- Token not yet listed or no market data available returns empty stats
- Network connectivity issues to relay endpoint
- Payment of $0.01 USDC not fulfilled results in 402 error
- Malformed POST body returns 400 bad request

## How this service works

Get market stats for a tokenized property

## Output

Returns market statistics for the specified tokenized property, likely including price, volume, liquidity, market cap, and other on-chain trading metrics relevant to that real estate token on the specified blockchain.

## More

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