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

Overview

GET
/showcase/overview
showcase
This endpoint provides an overview of the private credit market, including total originated amounts, deal counts, and average yields.

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

Responses

🟢200Get overview
application/json
Body
active_originated_amount_sum
string  | null 
optional
active_originated_amount_sum_num
number <double> | null 
optional
total_deals_count
string  | null 
optional
total_originated_amount_sum
string  | null 
optional
total_originated_amount_sum_num
number <double> | null 
optional
total_yield_avg
string  | null 
optional
total_yield_avg_num
number <double> | null 
optional
Example
{
    "active_originated_amount_sum": "$250,000,000",
    "active_originated_amount_sum_num": 250000000,
    "total_deals_count": "35",
    "total_originated_amount_sum": "$500,000,000",
    "total_originated_amount_sum_num": 500000000,
    "total_yield_avg": "9.5%",
    "total_yield_avg_num": 9.5
}
🟠404Not Found Error
🔴500Error
Modified at 2024-08-27 06:47:48
Previous
Loan by ID
Next
Sectors
Built with