Get rebalancing recommendations
get_rebalancing_recommendationsGet concrete rebalancing recommendations (ADD_MORE or TRIM with USD amounts) for a Polymarket wallet's Elon tweet-count market positions based on model signals and Kelly sizing.
Instructions
Get concrete rebalancing actions (ADD_MORE or TRIM, with USD amounts) for a Polymarket wallet's positions in the active Elon tweet-count markets, based on current model signals. Only positions whose suggested adjustment exceeds the threshold are returned. Elon markets only. Requires a PRO API key (POLYSTRIKE_API_KEY environment variable); fails with HTTP 402 without one. Read-only — returns recommendations, never executes trades.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | Ethereum address of the Polymarket wallet to analyze, hex '0x...' format. | |
| bankroll | Yes | Bankroll in USD for Kelly position sizing, 1-1,000,000. Required. | |
| threshold | No | Minimum adjustment size in USD for a recommendation to be included, 1-100 (default 5). |