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

Investment by ID

GET
/showcase/investments/{investment_id}
This endpoint retrieves detailed information about a specific investment opportunity using its unique identifier.

Request

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

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

Responses

🟢200Get a investment by investment id
application/json
Body

Example
{
    "allowed_investors": [
        "Accredited",
        "Institutional"
    ],
    "available_capacity": "$2,500,000",
    "available_capacity_num": 2500000,
    "available_capacity_usd": "$2,500,000",
    "available_capacity_usd_num": 2500000,
    "base_currency": "USDC",
    "base_interest_rate": "8.5%",
    "base_interest_rate_num": 8.5,
    "deal_id": "GF-001",
    "description": "SME lending opportunity in emerging markets",
    "funding_close_datetime": "2023-12-31T23:59:59Z",
    "funding_close_timestamp": 1704067199,
    "funding_open_datetime": "2023-07-01T00:00:00Z",
    "funding_open_timestamp": 1688169600,
    "idle_capital_amount": "$500,000",
    "idle_capital_amount_num": 500000,
    "idle_capital_amount_usd": "$500,000",
    "idle_capital_amount_usd_num": 500000,
    "investment_id": "INV-001",
    "investment_status": "Open",
    "investment_type": "Senior Pool",
    "management_fee": "1%",
    "management_fee_num": 1,
    "max_capacity": "$5,000,000",
    "max_capacity_num": 5000000,
    "max_capacity_usd": "$5,000,000",
    "max_capacity_usd_num": 5000000,
    "name": "Emerging Markets SME Fund",
    "outstanding_capital_amount": "$2,000,000",
    "outstanding_capital_amount_num": 2000000,
    "outstanding_capital_amount_usd": "$2,000,000",
    "outstanding_capital_amount_usd_num": 2000000,
    "performance_fee": "10%",
    "performance_fee_num": 10,
    "pool_id": "POOL-001",
    "protocol": {
        "id": 1,
        "name": "Goldfinch",
        "network": "Ethereum"
    },
    "protocol_id": 1,
    "reward_currency": "GFI",
    "reward_interest_rate": "2%",
    "reward_interest_rate_num": 2,
    "sectors": [
        "SME Lending",
        "Emerging Markets"
    ],
    "term_days": 365,
    "term_end_datetime": "2024-12-31T23:59:59Z",
    "term_end_timestamp": 1735689599,
    "term_months": 12,
    "term_start_datetime": "2024-01-01T00:00:00Z",
    "term_start_timestamp": 1704067200,
    "total_interest_rate": "10.5%",
    "total_interest_rate_num": 10.5,
    "tranche_id": "TRANCHE-001",
    "url": "https://app.goldfinch.finance/pools/POOL-001"
}
🟠404Not Found Error
🔴500Error
Modified at 2024-08-27 06:47:07
Previous
Investments
Next
Loans
Built with