list_markets
List lending markets — the market a depositor actually picks: an Aave/Spark pool, an Aave V4 spoke (Main, Bluechip, EtherFi Cash), a Compound Comet, a Morpho Blue loan/collateral pair, or a Kamino K-Lend market. Returns supplied, borrowed and utilization per market. NOTE: this is not get_market_overview, which returns platform-wide totals across all vaults.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Filter by chain: integer chain id (e.g. 1, 8453) or slug (e.g. ethereum, solana) | |
| limit | No | Results per page (1-100, default 20) | |
| sortBy | No | Sort field (default total_supplied_usd) | |
| version | No | Filter by protocol version, e.g. v3, v4, or klend | |
| protocol | No | Filter by protocol id: aave, spark, compound, morpho, kamino (K-Lend on Solana) |