Skip to main content
GET
/
kvaults
/
private-credit
/
metrics
/
history
Get private credit metrics history
curl --request GET \
  --url https://api.kamino.finance/kvaults/private-credit/metrics/history
[
  {
    "createdOn": "2025-03-01T12:00:00.000Z",
    "weightedAvgLtv": "1234.56789",
    "maxLtv": "1234.56789",
    "statusDistribution": [
      {
        "status": "<string>",
        "share": "1234.56789"
      }
    ]
  }
]

Query Parameters

start
default:1970-01-01T00:00:00.000Z

Start date of the range (defaults to Unix epoch). Accepts ISO string or epoch in ms.

Example:

"1970-01-01T00:00:00.000Z"

end

End date of the range (defaults to current time). Accepts ISO string or epoch in ms.

Example:

"2025-01-01T00:00:00.000Z"

Response

OK

createdOn
string<date-time>
required

Timestamp when the snapshot was created (ISO 8601 format)

Example:

"2025-03-01T12:00:00.000Z"

weightedAvgLtv
string
required

Decimal value represented as string

Example:

"1234.56789"

maxLtv
string
required

Decimal value represented as string

Example:

"1234.56789"

statusDistribution
object[]
required