mantle_list_opportunities
List Mantle yield opportunities, filtered by asset, lockup, exposure, strategy, or complexity. Sort by APY or TVL with pagination.
Instructions
List yield opportunities from the Mantle Yield backend. Calls GET /api/opportunities. Supports filtering, sorting and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| sort | No | Sort order | |
| asset | No | Filter by asset symbol, e.g. 'USDT' | |
| limit | No | Items per page | |
| lockup | No | Filter by lockup: 'none' or 'has' | |
| exposure | No | Filter by exposure type, e.g. 'Lending' | |
| strategy | No | Filter by strategy type, e.g. 'Lending' | |
| complexity | No | Filter by complexity: 'Low', 'Med', or 'High' |