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 Overview

GET
/real_estate/overview
real_estate
This endpoint provides a high-level overview of the tokenized real estate market. It returns key metrics such as average gross yield, total number of protocols, total number of tokenized properties, and the total value of tokenized properties.

Request

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/overview' \
--header 'Authorization;'

Responses

🟢200Get real estate overview
application/json
Body
average_gross_yield_percent
string  | null 
optional
average_gross_yield_percent_num
number <double> | null 
optional
total_number_of_protocols
string  | null 
optional
total_number_of_protocols_num
number <double> | null 
optional
total_number_tokenized_properties
string  | null 
optional
total_number_tokenized_properties_num
number <double> | null 
optional
total_tokenized_propery_value_usd
string  | null 
optional
total_tokenized_propery_value_usd_num
number <double> | null 
optional
Example
{
    "average_gross_yield_percent": "7.2%",
    "average_gross_yield_percent_num": 7.2,
    "total_number_of_protocols": "5",
    "total_number_of_protocols_num": 5,
    "total_number_tokenized_properties": "1,250",
    "total_number_tokenized_properties_num": 1250,
    "total_tokenized_propery_value_usd": "$2,500,000,000",
    "total_tokenized_propery_value_usd_num": 2500000000
}
🔴500Error
Modified at 2024-08-27 06:49:54
Previous
🔎 Endpoint overview
Next
All Real Estate Properties
Built with