Skip to main content
GET
/
kamino-market
/
{marketPubkey}
/
reserves
/
{reservePubkey}
/
metrics
/
history
Get KLend reserve history
curl --request GET \
  --url https://api.kamino.finance/kamino-market/{marketPubkey}/reserves/{reservePubkey}/metrics/history
{
  "error": "An internal error occurred"
}

Path Parameters

marketPubkey
string
required

Kamino Lend market public key

Example:

"7u3HeHxYDLhnCoErrtycNokbQYbWGzLs6JSDqGAv5PfF"

reservePubkey
string
required

Kamino Lend reserve public key

Example:

"FBSyPnxtHKLBZ4UeeUyAnbtFuAmTHLtso9YtsqRDRWpM"

Query Parameters

env
enum<string>
default:mainnet-beta

Solana cluster environment

Available options:
mainnet-beta,
devnet,
localnet
Example:

"mainnet-beta"

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

Date input (ISO 8601 string or epoch in ms)

Example:

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

end
default:2026-01-26T11:46:52.972Z

Date input (ISO 8601 string or epoch in ms)

Example:

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

frequency
enum<string>
default:hour

Frequency of the snapshots

Available options:
hour,
day
Example:

"hour"

Response

OK