Real Yeti API
  1. 🏡 Real Estate
Real Yeti API
  • Getting Started
    • 🗯️ Introduction
    • 🔑 Setting Up Your API Key
    • 🔐 Authentication
    • 🔎 Endpoint overview
  • Real Yeti API V1
    • 🏡 Real Estate
      • Real Estate Overview
        GET
      • All Real Estate Properties
        GET
      • Real Estate Data Per Country
        GET
      • Real Estate Property by ID
        GET
      • All Real Estate Paginated Details
        GET
      • All Real Estate Protocols Overview
        GET
      • All Real Estate by Protocol
        GET
    • 💵 Private Credit
      • Showcase
        • Protocol Financial Data
        • Countries
        • Investments
        • Investment by ID
        • Loans
        • Loan by ID
        • Overview
        • Sectors
      • Timeseries
        • Active Loans by Network
        • Active Loans by Protocol
        • Total Loans by Network
        • Total Loans by Protocol
    • 🪙 Stablecoin
      • Market Intelligence
        • Market Intelligence
        • Marketcap by Network
        • Stablecoins Overview
        • Stablecoins Analysis
      • Stablecoin Metrics
        • Market Cap Metrics
        • Mint and Burn Metrics
        • Transfer Volume Metrics
        • Active Addresses Metrics
        • Holders Metrics
        • Average Transaction Value Metrics
  1. 🏡 Real Estate

Real Estate Property by ID

GET
/real_estate/property/{property_id}
real_estate
This endpoint retrieves detailed information about a specific property using its unique identifier.

Request

Path Params
property_id
string 
required
Header Params
Authorization
string 
optional

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://docs.joinclutch.xyz/api/real_estate/property/' \
--header 'Authorization;'

Responses

🟢200Get a real estate property by id
application/json
Body
amount_raised
string  | null 
optional
amount_raised_num
number <double> | null 
optional
bathrooms
string  | null 
optional
bathrooms_num
number <double> | null 
optional
bedrooms
string  | null 
optional
bedrooms_num
number <double> | null 
optional
blockchain
string  | null 
optional
building_class
string  | null 
optional
construction_year
string  | null 
optional
contract_address
string 
required
cooling
string  | null 
optional
country
string  | null 
optional
expected_income
string  | null 
optional
expected_income_num
number <double> | null 
optional
exterior_walls
string  | null 
optional
foundation
string  | null 
optional
full_address
string  | null 
optional
gross_rent_month
string  | null 
optional
gross_rent_month_num
number <double> | null 
optional
gross_rent_year
string  | null 
optional
gross_rent_year_num
number <double> | null 
optional
has_tenants
string  | null 
optional
heating
string  | null 
optional
id
string 
required
income_per_token
string  | null 
optional
income_per_token_num
number <double> | null 
optional
income_start_date
string  | null 
optional
interior_size
string  | null 
optional
interior_size_num
number <double> | null 
optional
issuer
string  | null 
optional
lot_size
string  | null 
optional
lot_size_num
number <double> | null 
optional
max_investment_amount
string  | null 
optional
max_investment_amount_num
number <double> | null 
optional
min_investment_amount
string  | null 
optional
min_investment_amount_num
number <double> | null 
optional
monthly_costs
string  | null 
optional
monthly_costs_num
number <double> | null 
optional
neighborhood
string  | null 
optional
net_rent_month
string  | null 
optional
net_rent_month_num
number <double> | null 
optional
net_rent_year
string  | null 
optional
net_rent_year_num
number <double> | null 
optional
offering_date
string  | null 
optional
offering_percent
string  | null 
optional
offering_percent_num
number <double> | null 
optional
owner_wallet_address_url
string  | null 
optional
parking
string  | null 
optional
property_description
string  | null 
optional
property_type
string  | null 
optional
protocol
string  | null 
optional
renovated
string  | null 
optional
rent_subsidy
string  | null 
optional
rental_type
string  | null 
optional
roof_type
string  | null 
optional
second_blockchain
string  | null 
optional
second_contract_address_url
string  | null 
optional
second_owner_address_url
string  | null 
optional
source_link
string  | null 
optional
stories
string  | null 
optional
stories_num
number <double> | null 
optional
token_identifier
string  | null 
optional
token_price
string  | null 
optional
token_price_num
number <double> | null 
optional
total_investment
string  | null 
optional
total_investment_num
number <double> | null 
optional
total_tokens
string  | null 
optional
total_tokens_num
number <double> | null 
optional
total_units
string  | null 
optional
total_units_num
number <double> | null 
optional
Example
{
    "amount_raised": "$5,000,000",
    "amount_raised_num": 5000000,
    "bathrooms": "3",
    "bathrooms_num": 3,
    "bedrooms": "4",
    "bedrooms_num": 4,
    "blockchain": "Ethereum",
    "building_class": "A",
    "construction_year": "2015",
    "contract_address": "0x1234567890123456789012345678901234567890",
    "cooling": "Central",
    "country": "United States",
    "expected_income": "$350,000",
    "expected_income_num": 350000,
    "exterior_walls": "Brick",
    "foundation": "Concrete",
    "full_address": "123 Main St, New York, NY 10001",
    "gross_rent_month": "$25,000",
    "gross_rent_month_num": 25000,
    "gross_rent_year": "$300,000",
    "gross_rent_year_num": 300000,
    "has_tenants": "Yes",
    "heating": "Forced air",
    "id": "PROP-001",
    "income_per_token": "$35",
    "income_per_token_num": 35,
    "income_start_date": "2023-09-01",
    "interior_size": "2,500 sqft",
    "interior_size_num": 2500,
    "issuer": "RealT",
    "lot_size": "0.25 acres",
    "lot_size_num": 0.25,
    "max_investment_amount": "$100,000",
    "max_investment_amount_num": 100000,
    "min_investment_amount": "$100",
    "min_investment_amount_num": 100,
    "monthly_costs": "$5,000",
    "monthly_costs_num": 5000,
    "neighborhood": "Midtown",
    "net_rent_month": "$20,000",
    "net_rent_month_num": 20000,
    "net_rent_year": "$240,000",
    "net_rent_year_num": 240000,
    "offering_date": "2023-08-01",
    "offering_percent": "100%",
    "offering_percent_num": 100,
    "owner_wallet_address_url": "https://etherscan.io/address/0x1234567890123456789012345678901234567890",
    "parking": "2 car garage",
    "property_description": "Luxury apartment building in prime location",
    "property_type": "Multi-family",
    "protocol": "RealT",
    "renovated": "2020",
    "rent_subsidy": "No",
    "rental_type": "Long-term",
    "roof_type": "Flat",
    "second_blockchain": "Polygon",
    "second_contract_address_url": "https://polygonscan.com/address/0x1234567890123456789012345678901234567890",
    "second_owner_address_url": "https://polygonscan.com/address/0x0987654321098765432109876543210987654321",
    "source_link": "https://realt.co/property/123-main-st",
    "stories": "10",
    "stories_num": 10,
    "token_identifier": "REALT-123MAIN",
    "token_price": "$50",
    "token_price_num": 50,
    "total_investment": "$5,000,000",
    "total_investment_num": 5000000,
    "total_tokens": "100,000",
    "total_tokens_num": 100000,
    "total_units": "50",
    "total_units_num": 50
}
🟠404Not Found Error
🔴500Error
Modified at 2024-08-27 06:50:41
Previous
Real Estate Data Per Country
Next
All Real Estate Paginated Details
Built with