info_platformmetrics_get_yield_pools
Lending and LP pools by APY or TVL. scope=full adds apy_base_30d, apy_reward_30d, reward_tokens, market_share. One protocol profile→get_platform_info. TVL series→get_platform_history. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain filter. | |
| limit | No | Rows; default 20, max 400. | |
| scope | No | basic (default)|full. full adds apy_base_30d, apy_reward_30d, reward_tokens, market_share. | |
| symbol | No | Asset e.g. USDC, ETH-USDC. | |
| project | No | Protocol e.g. aave-v3. | |
| sort_by | No | apy|tvl_usd; default apy. | |
| pool_type | No | Exposure single|multi or Lending|LP|Staking; maps to ES exposure. | |
| min_tvl_usd | No | Min TVL USD; default 100000 when omitted; 0 = no floor. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | ||
| count | Yes | ||
| items | Yes | ||
| limit | Yes | ||
| scope | Yes | ||
| total | Yes | ||
| symbol | Yes | ||
| project | Yes | ||
| sort_by | Yes | ||
| pool_type | Yes | ||
| duration_ms | Yes | ||
| min_tvl_usd | Yes |