Returns a protocol-level data snapshot (e.g. TVL, total supplied, total borrowed across chains).
Method: GET Path: /api/moolah/overall
GET
/api/moolah/overall
chainId
number / string
No
Filter by chain (e.g. 56 = BSC, 1 = Ethereum). Omit for all chains.
Object with protocol-wide metrics. Typical fields:
totalSupplyUsd
string
Total supplied value in USD (all vaults/markets).
totalBorrowUsd
Total borrowed value in USD.
tvlUsd
Total value locked in USD.
chainList
array
List of chain IDs with data.
updatedAt
Timestamp of snapshot.
Additional keys (e.g. per-chain breakdown, vault count, market count) depend on the deployed API.
Last updated 6 hours ago
Was this helpful?