Skip to main content
GET
Get KLend reward history

Path Parameters

depositReservePubkey
string
required

Deposit reserve public key

Example:

"VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd"

borrowReservePubkey
string
required

Borrow reserve public key

Example:

"VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd"

Query Parameters

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

Date input (ISO 8601 string or epoch in ms)

Example:

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

frequency
enum<string>

Frequency of historical data aggregation

Available options:
hour,
day
Examples:

"hour"

"day"

Response

OK

timestamp
string<date-time>
required

Timestamp of the data point

depositReserve
string
required

Deposit reserve public key, if applicable

Example:

"VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd"

borrowReserve
string
required

Borrow reserve public key, if applicable

Example:

"VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd"

rewardToken
string
required

Mint address of the reward token

Example:

"VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd"

rewardApy
string
required

Annual Percentage Yield from rewards at this point in time

Example:

"0.2"