Get trading signals
get_trading_signalsGet actionable BUY/SELL signals with Kelly-criterion bet sizing for tracked account tweet-count markets. Each signal includes strategy context and suggested stake.
Instructions
Get actionable BUY/SELL signals with Kelly-criterion bet sizing for a tracked account's tweet-count markets. Each signal carries its strategy context, e.g. BUY TWO_BUCKET (predicted bucket plus lower adjacent) or BUY SINGLE_BUCKET (high-conviction single bet), and a suggested stake for the given bankroll. Requires a PRO API key in the POLYSTRIKE_API_KEY environment variable; without one the call fails with HTTP 402 and an explanatory message. Informational only — this tool never places orders and is not financial advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Tracked account: 'elon' (Elon Musk on X), 'cruz' (Ted Cruz on X), or 'trump' (Donald Trump on Truth Social). | |
| bankroll | No | Bankroll in USD used for Kelly bet sizing, 1-1,000,000. If omitted, the API's default bankroll setting is used. | |
| only_with_signals | No | If true, return only events that currently have a BUY or SELL signal (default false). |