Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.kamino.finance/kvaults/private-credit/metrics
{ "metrics": { "activeLoans": "1234.56789", "totalBorrowedUsd": "1234.56789", "totalDepositedUsd": "1234.56789", "weightedAvgLtv": "1234.56789", "avgLtv": "1234.56789", "maxLtv": "1234.56789", "updatedOn": "2025-03-01T12:00:00.000Z" }, "loans": [ { "totalBorrowedUsd": "1234.56789", "totalDepositedUsd": "1234.56789", "ltv": "1234.56789", "createdOn": "2025-03-01T12:00:00.000Z", "collateralAsset": "<string>", "maxLtv": "1234.56789", "liquidationStatus": "<string>" } ] }
Returns current aggregate metrics and active loans for private credit vaults
OK
Show child attributes