Real Yeti API
  1. Showcase
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
          GET
        • Countries
          GET
        • Investments
          GET
        • Investment by ID
          GET
        • Loans
          GET
        • Loan by ID
          GET
        • Overview
          GET
        • Sectors
          GET
      • 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. Showcase

Sectors

GET
/showcase/sectors
showcase
This endpoint retrieves a list of sectors in the private credit market, including details on interest rates, capital amounts, and payment frequencies for each sector.

Request

Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
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/showcase/sectors' \
--header 'Authorization;'

Responses

🟢200Get sectors
application/json
Body
array of:
amortization_types
array[string]
required
avg_base_interest_rate
string  | null 
optional
avg_base_interest_rate_num
number <double> | null 
optional
avg_idle_capital_amount
string  | null 
optional
avg_idle_capital_amount_num
number <double> | null 
optional
avg_late_fee_interest_rate
string  | null 
optional
avg_late_fee_interest_rate_num
number <double> | null 
optional
avg_max_capacity
string  | null 
optional
avg_max_capacity_num
number <double> | null 
optional
avg_outstanding_capital_amount
string  | null 
optional
avg_outstanding_capital_amount_num
number <double> | null 
optional
avg_payment_frequency_days
number <double> | null 
optional
base_currencies
array[string]
required
sector
string 
required
total_idle_capital_amount
string  | null 
optional
total_idle_capital_amount_num
number <double> | null 
optional
total_max_capacity
string  | null 
optional
total_max_capacity_num
number <double> | null 
optional
total_outstanding_capital_amount
string  | null 
optional
total_outstanding_capital_amount_num
number <double> | null 
optional
types
array[string]
required
Example
[
    {
        "amortization_types": [
            "Bullet",
            "Amortizing"
        ],
        "avg_base_interest_rate": "8.75%",
        "avg_base_interest_rate_num": 8.75,
        "avg_idle_capital_amount": "$1,500,000",
        "avg_idle_capital_amount_num": 1500000,
        "avg_late_fee_interest_rate": "2%",
        "avg_late_fee_interest_rate_num": 2,
        "avg_max_capacity": "$7,500,000",
        "avg_max_capacity_num": 7500000,
        "avg_outstanding_capital_amount": "$5,000,000",
        "avg_outstanding_capital_amount_num": 5000000,
        "avg_payment_frequency_days": 30,
        "base_currencies": [
            "USDC",
            "USDT"
        ],
        "sector": "SME Lending",
        "total_idle_capital_amount": "$15,000,000",
        "total_idle_capital_amount_num": 15000000,
        "total_max_capacity": "$75,000,000",
        "total_max_capacity_num": 75000000,
        "total_outstanding_capital_amount": "$50,000,000",
        "total_outstanding_capital_amount_num": 50000000,
        "types": [
            "Working Capital",
            "Invoice Factoring",
            "Asset Financing"
        ]
    },
    {
        "amortization_types": [
            "Bullet"
        ],
        "avg_base_interest_rate": "7.5%",
        "avg_base_interest_rate_num": 7.5,
        "avg_idle_capital_amount": "$3,000,000",
        "avg_idle_capital_amount_num": 3000000,
        "avg_late_fee_interest_rate": "1.5%",
        "avg_late_fee_interest_rate_num": 1.5,
        "avg_max_capacity": "$15,000,000",
        "avg_max_capacity_num": 15000000,
        "avg_outstanding_capital_amount": "$10,000,000",
        "avg_outstanding_capital_amount_num": 10000000,
        "avg_payment_frequency_days": 90,
        "base_currencies": [
            "USDC",
            "DAI"
        ],
        "sector": "Real Estate",
        "total_idle_capital_amount": "$30,000,000",
        "total_idle_capital_amount_num": 30000000,
        "total_max_capacity": "$150,000,000",
        "total_max_capacity_num": 150000000,
        "total_outstanding_capital_amount": "$100,000,000",
        "total_outstanding_capital_amount_num": 100000000,
        "types": [
            "Commercial",
            "Residential",
            "Development"
        ]
    }
]
🔴500Error
Modified at 2024-08-27 06:48:05
Previous
Overview
Next
Active Loans by Network
Built with