Skip to main content
GET
/
benchmark-rates
/
usd
Get USD benchmark lending rates
curl --request GET \
  --url https://api.kamino.finance/benchmark-rates/usd
[
  {
    "index": 123,
    "hour": "<string>",
    "tracked_supply": 123,
    "avg_rate": 123,
    "elements": 123,
    "included_protocols": 123
  }
]

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.

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>
default:hour

Data frequency/granularity. Defaults to hour.

Available options:
hour,
day
Example:

"hour"

Response

OK

index
integer
required

Index of the data point

hour
string
required

Timestamp of the data point

tracked_supply
number
required

Total tracked USD supply

avg_rate
number
required

Average lending rate

elements
integer
required

Number of data elements

included_protocols
integer
required

Number of protocols included