Skip to main content
POST
Get lending interest-rate candles

Body

application/json

Parameters for public/get_interest_rate_history. Timestamp fields accept either a JSON number or a string-encoded integer, and are UTC milliseconds.

currency
string
required
end_timestamp
integer<int64> | null
period
integer<int64> | null
risk_universe_id
integer<uint32> | null

Restrict to one risk universe's pool. Omit to return every universe's candles for the currency (each candle is tagged with its universe).

Required range: x >= 0
start_timestamp
integer<int64> | null

Response

Success

Response shape for public/get_interest_rate_history.

interest_rate_history
object[]
required