search_realt_properties
Drill into the RealT portfolio: the individual tokenized US rental properties behind the REALT entry, each with its own net rental yield (computed as annual net rent / tokenized property value), token price, monthly rent and occupancy. Use this when someone asks which specific tokenized property to buy, or for the yield/price spread within one issuer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name, e.g. Detroit, Cleveland, Chicago | |
| sort | No | Sort by net yield (default), token price (cheapest first) or monthly rent | |
| limit | No | Max results (default 20) | |
| offset | No | Skip this many matches before returning. Use the nextOffset from the previous answer to walk the whole set; its absence means you reached the end. | |
| rented_only | No | Only properties with at least one rented unit (default true) | |
| min_yield_pct | No | Minimum net rental yield in percent | |
| max_token_price_usd | No | Maximum price per token in USD |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issuer | Yes | ||
| nextOffset | No | Pass as offset to fetch the next page; absent when there is no more | |
| properties | No | ||
| snapshotDate | No | ||
| totalMatching | Yes | ||
| portfolioTotal | No | ||
| medianNetYieldPct | No |