Real Yeti API
  1. Schemas
Real Yeti API
  • Getting Started
    • 🗯️ Introduction
    • 🔑 Setting Up Your API Key
    • 🔐 Authentication
    • 🔎 Endpoint overview
  • Real Yeti API V1
    • 🏡 Real Estate
      • Real Estate Overview
      • All Real Estate Properties
      • Real Estate Data Per Country
      • Real Estate Property by ID
      • All Real Estate Paginated Details
      • All Real Estate Protocols Overview
      • All Real Estate by Protocol
    • 💵 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
  • Schemas
    • Schemas
      • ApiCountryDataPoints
      • ApiCountry
      • ApiDataPoints
      • ApiCountryProtocol
      • ApiErrorResponse
      • ApiPaginatedProperties
      • ApiInvestment
      • ApiPaginatedPropertyDetail
      • ApiLoan
      • ApiPaginatedPropertyProtocol
      • ApiOverview
      • ApiPagination
      • ApiPaginatedInvestment
      • ApiPropertiesByCountry
      • ApiPaginatedLoan
      • ApiProperty
      • ApiPropertyDetail
      • ApiProtocol
      • ApiPropertyProtocol
      • ApiSector
      • ApiRealEstateOverview
      • DataPoint
      • ApiTokenisedRealEstatePerProtocol
      • InvestmentProtocol
      • LoanIssuer
      • LoanOriginator
      • LoanProtocol
      • TimeSeriesData
      • TimeSeriesGroup
      • TimeSeriesMeasure
      • TimeSeriesResult
  1. Schemas

ApiProperty

{
    "amount_raised": "string",
    "amount_raised_num": 0,
    "bathrooms": "string",
    "bathrooms_num": 0,
    "bedrooms": "string",
    "bedrooms_num": 0,
    "blockchain": "string",
    "building_class": "string",
    "construction_year": "string",
    "contract_address": "string",
    "cooling": "string",
    "country": "string",
    "expected_income": "string",
    "expected_income_num": 0,
    "exterior_walls": "string",
    "foundation": "string",
    "full_address": "string",
    "gross_rent_month": "string",
    "gross_rent_month_num": 0,
    "gross_rent_year": "string",
    "gross_rent_year_num": 0,
    "has_tenants": "string",
    "heating": "string",
    "id": "string",
    "income_per_token": "string",
    "income_per_token_num": 0,
    "income_start_date": "string",
    "interior_size": "string",
    "interior_size_num": 0,
    "issuer": "string",
    "lot_size": "string",
    "lot_size_num": 0,
    "max_investment_amount": "string",
    "max_investment_amount_num": 0,
    "min_investment_amount": "string",
    "min_investment_amount_num": 0,
    "monthly_costs": "string",
    "monthly_costs_num": 0,
    "neighborhood": "string",
    "net_rent_month": "string",
    "net_rent_month_num": 0,
    "net_rent_year": "string",
    "net_rent_year_num": 0,
    "offering_date": "string",
    "offering_percent": "string",
    "offering_percent_num": 0,
    "owner_wallet_address_url": "string",
    "parking": "string",
    "property_description": "string",
    "property_type": "string",
    "protocol": "string",
    "renovated": "string",
    "rent_subsidy": "string",
    "rental_type": "string",
    "roof_type": "string",
    "second_blockchain": "string",
    "second_contract_address_url": "string",
    "second_owner_address_url": "string",
    "source_link": "string",
    "stories": "string",
    "stories_num": 0,
    "token_identifier": "string",
    "token_price": "string",
    "token_price_num": 0,
    "total_investment": "string",
    "total_investment_num": 0,
    "total_tokens": "string",
    "total_tokens_num": 0,
    "total_units": "string",
    "total_units_num": 0
}
Built with