Skip to main content
GET
Returns current liquidity, borrows, utilization, rates, and liquidation counters read from the chain at request time. This is the endpoint to poll for a live market dashboard.

Path Parameters

string
required
Market ID.

Response Fields

object
When the RPC is unavailable the endpoint returns 200 with isOnChain: false rather than an error status. Branch on isOnChain before rendering any figure.

Rate Derivation

borrowRate is taken from the market’s interest model when the contract reports a non-zero rate, and computed from the current utilization curve otherwise. supplyRate is always derived as borrowRate * utilization * 0.75, reflecting the protocol reserve factor of 25 percent. Both are basis points, so divide by 100 to get a percentage.