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

Countries

GET
/showcase/countries
showcase
This endpoint retrieves a list of countries with detailed information about private credit activities, including investor types, interest rates, capital amounts, and more. It provides a geographical perspective on private credit markets.

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

Responses

🟢200Get countries
application/json
Body
array of:
allowed_investors
array[string | null] | null 
optional
alpha_2_code
string  | null 
optional
alpha_3_code
string  | null 
optional
amortization_types
array[string | null]
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_idle_capital_amount_usd
string  | null 
optional
avg_idle_capital_amount_usd_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_max_capacity_usd
string  | null 
optional
avg_max_capacity_usd_num
number <double> | null 
optional
avg_outstanding_capital_amount
string  | null 
optional
avg_outstanding_capital_amount_num
number <double> | null 
optional
avg_outstanding_capital_amount_usd
string  | null 
optional
avg_outstanding_capital_amount_usd_num
number <double> | null 
optional
avg_payment_frequency_days
number <double> | null 
optional
base_currencies
array[string | null]
required
count
integer <int32> | null 
optional
country
string 
required
key
string  | null 
optional
latitude_avg
number <double> | null 
optional
longitude_avg
number <double> | null 
optional
name
string  | null 
optional
numeric_code
integer <int32> | null 
optional
protocol_ids
array[integer <int32> | null]
required
protocols
array[object (ApiCountryProtocol) {2}] 
required
id
integer <int32> | null 
optional
name
string  | null 
optional
reward_currencies
array[string | null]
required
sectors
array[string | null]
required
total_idle_capital_amount
string  | null 
optional
total_idle_capital_amount_num
number <double> | null 
optional
total_idle_capital_amount_usd
string  | null 
optional
total_idle_capital_amount_usd_num
number <double> | null 
optional
total_max_capacity
string  | null 
optional
total_max_capacity_num
number <double> | null 
optional
total_max_capacity_usd
string  | null 
optional
total_max_capacity_usd_num
number <double> | null 
optional
total_outstanding_capital_amount
string  | null 
optional
total_outstanding_capital_amount_num
number <double> | null 
optional
total_outstanding_capital_amount_usd
string  | null 
optional
total_outstanding_capital_amount_usd_num
number <double> | null 
optional
types
array[string | null]
required
Example
[
    {
        "allowed_investors": [
            "Accredited",
            "Institutional"
        ],
        "alpha_2_code": "US",
        "alpha_3_code": "USA",
        "amortization_types": [
            "Bullet",
            "Amortizing"
        ],
        "avg_base_interest_rate": "8.5%",
        "avg_base_interest_rate_num": 8.5,
        "avg_idle_capital_amount": "$2,500,000",
        "avg_idle_capital_amount_num": 2500000,
        "avg_idle_capital_amount_usd": "$2,500,000",
        "avg_idle_capital_amount_usd_num": 2500000,
        "avg_late_fee_interest_rate": "2%",
        "avg_late_fee_interest_rate_num": 2,
        "avg_max_capacity": "$10,000,000",
        "avg_max_capacity_num": 10000000,
        "avg_max_capacity_usd": "$10,000,000",
        "avg_max_capacity_usd_num": 10000000,
        "avg_outstanding_capital_amount": "$7,500,000",
        "avg_outstanding_capital_amount_num": 7500000,
        "avg_outstanding_capital_amount_usd": "$7,500,000",
        "avg_outstanding_capital_amount_usd_num": 7500000,
        "avg_payment_frequency_days": 30,
        "base_currencies": [
            "USD",
            "USDC"
        ],
        "count": 15,
        "country": "United States",
        "key": "US",
        "latitude_avg": 37.0902,
        "longitude_avg": -95.7129,
        "name": "United States",
        "numeric_code": 840,
        "protocol_ids": [
            1,
            2,
            3
        ],
        "protocols": [
            {
                "id": 1,
                "name": "Goldfinch"
            },
            {
                "id": 2,
                "name": "Centrifuge"
            },
            {
                "id": 3,
                "name": "Maple Finance"
            }
        ],
        "reward_currencies": [
            "GFI",
            "CFG"
        ],
        "sectors": [
            "FinTech",
            "Real Estate",
            "SME Lending"
        ],
        "total_idle_capital_amount": "$37,500,000",
        "total_idle_capital_amount_num": 37500000,
        "total_idle_capital_amount_usd": "$37,500,000",
        "total_idle_capital_amount_usd_num": 37500000,
        "total_max_capacity": "$150,000,000",
        "total_max_capacity_num": 150000000,
        "total_max_capacity_usd": "$150,000,000",
        "total_max_capacity_usd_num": 150000000,
        "total_outstanding_capital_amount": "$112,500,000",
        "total_outstanding_capital_amount_num": 112500000,
        "total_outstanding_capital_amount_usd": "$112,500,000",
        "total_outstanding_capital_amount_usd_num": 112500000,
        "types": [
            "SME Loans",
            "Real Estate Loans",
            "Invoice Factoring"
        ]
    }
]
🔴500Error
Modified at 2024-08-27 06:34:12
Previous
Protocol Financial Data
Next
Investments
Built with