This endpoint provides an overview of the private credit market, including total originated amounts, deal counts, and average yields.
Request
Add parameter in header Authorization
Example:Authorization: ********************
Request Code Samples
curl --location --request GET 'https://docs.joinclutch.xyz/api/showcase/overview' \
--header 'Authorization;'
Responses
application/json {
"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
}
Modified at 2024-08-27 06:47:48