search_public_portfolios
Search and browse publicly shared portfolios from other NexusTrade users, sorted by performance metrics. Optional profileId filters to one creator's public/monetized books (from Search Creators / /p/:profileId).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Results per page (default 20, max 100) | |
| sort_by | No | Sort field: week, month, threeMonths, sixMonths, year, ytd, allTime, followerCount, bookmarkCount, maxDrawdown, sharpeRatio. maxDrawdown ranks lowest |drawdown| first and excludes 0 (idle books). sharpeRatio ranks highest first. | |
| min_sharpe | No | Minimum Sharpe ratio filter. Combine with max_drawdown. | |
| profile_id | No | Optional public creator profileId (from search_creators / /p/:profileId). When set, returns only that creator's public/monetized shared portfolios. | |
| sort_order | No | Sort order: 1 or -1 (default -1, or 1 when sort_by is maxDrawdown) | |
| max_drawdown | No | Keep listings whose |max drawdown| is at most this percent. Idle books with max drawdown of 0 are excluded. Combine with min_sharpe. | |
| trading_type | No | Trading type: paper-trading or live-trading | |
| min_followers | No | Minimum follower count filter (default 0) |