Get historical user metrics for a single KVault
Get historical timeseries of total usd/sol/interest/apy for a single user Kamino Earn Vault position
Documentation Index
Fetch the complete documentation index at: https://kamino.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Valid base58-encoded address of the vault
"HDsayqAsDWy3QvANGqh2yNraqcD8Fnjgh73Mhb3WRS5E"
Valid base58-encoded address of the user wallet
"AxqtG9SHDkZTLSWg81Sp7VqAzQpRqXtR9ziJ3VQAS8As"
Query Parameters
Start date of the range (defaults to Unix epoch). Accepts ISO string or epoch in ms.
"1970-01-01T00:00:00.000Z"
End date of the range (defaults to current time). Accepts ISO string or epoch in ms.
"2025-01-01T00:00:00.000Z"
Response
OK
Timestamp when the snapshot was created (ISO 8601 format)
"2025-03-01T12:00:00.000Z"
User's total shares amount
"1234.56789"
User's USD amount in kvault
"1234.56789"
User's SOL amount in kvault
"1234.56789"
APY in decimal format (not percentage) represented as string. Multiply by 100 to get percentage (%) - 0.1 in API response is 10%.
"0.2"
Total interest earned in kvault token amount for kvault
"1234.56789"
Total interest earned in USD for kvault
"1234.56789"
Total interest earned in SOL for kvault
"1234.56789"
Interest earned per second at that specific moment in token
"1234.56789"
Interest earned per second at that specific moment in USD
"1234.56789"
Interest earned per second at that specific moment in SOL
"1234.56789"