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

Protocol Financial Data

GET
/showcase/protocols
Retrieves financial data for different protocols, including originated amounts, yield percentages, interest earned, and more.

Request

Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Header Params

Request Code 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/protocols' \
--header 'Authorization: <api-key>'

Responses

🟢200A list of protocols with their financial data
application/json
Body

Example
{
    "results": [
        {
            "protocol_id": 0,
            "originated_amount_total": "string",
            "originated_amount_total_num": 0,
            "originated_amount_active": "string",
            "originated_amount_active_num": 0,
            "realized_base_yield_percent_average": "string",
            "realized_base_yield_percent_average_num": 0,
            "realized_reward_yield_percent_average": "string",
            "realized_reward_yield_percent_average_num": 0,
            "expected_base_yield_percent_average": "string",
            "expected_base_yield_percent_average_num": 0,
            "expected_reward_yield_percent_average": "string",
            "expected_reward_yield_percent_average_num": 0,
            "defaulted_amount": "string",
            "defaulted_amount_num": 0,
            "token_fully_diluted_value": "string",
            "token_fully_diluted_value_num": 0,
            "interest_earned_amount": "string",
            "interest_earned_amount_num": 0,
            "market_cap": "string",
            "market_cap_num": 0,
            "cash_drag_percent": "string",
            "cash_drag_percent_num": 0,
            "idle_capital_amount": "string",
            "idle_capital_amount_num": 0,
            "fees_earned_amount": "string",
            "fees_earned_amount_num": 0,
            "name": "string",
            "website": "string",
            "network": "string"
        }
    ]
}
Modified at 2024-08-27 06:46:30
Previous
All Real Estate by Protocol
Next
Countries
Built with