Skip to main content
Lending metrics are read from on-chain state: deposits and outstanding borrows come directly from protocol contracts, and interest fees are what borrowers pay.
  • Daily averages: deposits, outstanding loans
  • End-of-day snapshots: TVL, loan capacity
  • Daily sums: fees, liquidations, transaction counts

Metrics

LENDING_LOANS is the borrows figure: outstanding debt owed to the protocol.

Covered protocols

aave · comp · eul · fluid · hyperlend · jup · kmno · lista · lqty · morpho · qi · sky · spk · syrup · tydro · well · xvs Note sky is Maker and syrup is Maple. Confirm any asset’s vocabulary with GET /supported-metrics/.

Example: Deposits, borrows and fees

Utilisation is LENDING_LOANS / LENDING_DEPOSITS, computed client-side. To rank the whole sector in one call, see Sector leaderboards.

Split deposits by chain

Most large lending protocols are deployed on many chains. dimensionType=CHAIN breaks the total apart:
Aave’s $24.52B on 2026-08-01: dimensionType=VERSION splits by protocol version instead: for Aave that’s V3 $24.02B, Horizon $0.37B, V2 $0.12B.