search_records
Search verified trading records by filters like Sharpe ratio, max drawdown, trade count, venue, and principal type to find strategies matching specific risk and return criteria.
Instructions
Search verified trading records by performance filters (Sharpe, max drawdown, trade count, venue, principal type). Returns a list of summary records sorted by the chosen metric. Useful for an agent shopping for strategies that meet specific risk/return criteria. The response is signature-verified against Tradallo's published pubkey before being returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_sharpe | No | Minimum annualized Sharpe ratio. | |
| min_trades | No | Minimum trade count. | |
| max_drawdown | No | Maximum drawdown as a fraction (e.g. 0.25 for 25%). | |
| venue | No | Restrict to a specific venue (e.g. 'hyperliquid', 'dydx'). | |
| principal_type | No | ||
| sort_by | No | Field to sort results by (descending). Default: net_pnl. | |
| limit | No | Max results (default 25, max 100). |