Skip to main content
GET
Reads the market’s interest model live from the chain. It returns the rate mode, the clamp or fixed rate, the fixed-rate ceiling, the jump-rate curve underneath, and the model’s owner. The owner is the only party that can change the mode with Set Rate Mode or tighten the ceiling with Set Max Fixed Rate. At adoption the model passes to the issuer the lender of record named. Ownership moves afterwards only by a two-step transfer, so modelOwner is the answer to read, not an assumption.

Path Parameters

string
required
Market ID.

Response Fields

object

What Each Mode Charges

A clamp is a price bound, not a volume bound. Once the raw curve crosses rateCapBps the rate stays at the cap, and no borrow is ever refused because of it. Liquidity alone limits the borrow. A loan stamped under FIXED keeps its rate through every later mode change. FIXED also needs a maximum loan duration: a market whose terms rest on a terminal due date alone reads termsEnabled: true and still cannot switch to it.

Error Codes