list_markets
Find tradable long/short pair markets on Pear Protocol using filters for search, volume, 24h change, funding rate, and pagination.
Instructions
Browse Pear Protocol pair markets with optional filters and pagination. Each market is a long/short composition with current ratio, 24h change, volume, open interest, and funding. Use to discover what's tradable, or with searchText to find a specific pair.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Free-text search across market names (composition keys like `L:BTC|S:ETH`). | |
| engine | No | Filter by execution engine. | |
| minVolume | No | Minimum 24h volume in USD. | |
| change24h | No | Minimum 24h ratio change (e.g. 0.05 for +5%). | |
| netFunding | No | Filter by net funding rate. | |
| sort | No | Sort key (e.g. 'volume', 'change24h'). | |
| page | No | Page number (1-indexed). | |
| pageSize | No | Results per page. Default 20. |