get_compound_market_info
Fetch structured market data for any Compound V3 market including supply/borrow amounts, APR, utilization, pause status, and full collateral details.
Instructions
Fetch structured market info for a single Compound V3 (Comet) market — no wallet required. Returns base-token metadata, totalSupply/totalBorrow, utilization, supply+borrow APR, current pause flags, and the full collateral-asset list with each asset's symbol, decimals, priceFeed, borrow/liquidate/liquidation collateral factors, supply cap, and total amount currently supplied across all users. Use this to explain market state, answer 'what are the listed collaterals for cUSDCv3', or diagnose an incident (pause + utilization + contagion across collaterals) in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | EVM chain the Comet market lives on. Defaults to ethereum. | ethereum |
| market | Yes | Comet market address (e.g. cUSDCv3 at 0xc3d688B66703497DAA19211EEdff47f25384cdc3 on Ethereum). |