Build Trading Bots for Turbine Markets
Python SDK for gasless prediction markets trading. No RPC, no gas tokens, no complexity — just pure trading logic.

Quick start
Get your first bot trading in minutes
Get API credentials
Request API credentials using your wallet. You only need to do this once:
Save these credentials! The private key cannot be retrieved later.
Build a trading bot
Use our example bots as templates or generate a custom bot with Claude:Or explore the example bots to understand different trading strategies.
Key features
Everything you need to build sophisticated trading bots
Gasless trading
No RPC, no gas tokens, no blockchain complexity. Everything routes through Turbine’s API.
EIP-712 signing
Automatic order signing with nonce management. Sign once, trade all day.
Real-time streams
WebSocket subscriptions for live orderbook updates, trades, and market rotations.
Market rotation
Built-in support for 15-minute BTC markets with automatic rotation and claiming.
Example bots
Production-ready bots: price action, market maker, and more strategies.
Full type hints
TypeScript-style dataclasses with complete type coverage for IDE support.
Explore the SDK
Jump into different areas of the documentation
Core Concepts
Learn about prediction markets, order types, and gasless trading
Read concepts
Building Bots
Step-by-step guides for creating and deploying trading bots
View guides
Example Bots
Production-ready bots with different trading strategies
Browse examples
API Reference
Complete SDK documentation with types and method signatures
View API docs
Ready to start trading?
Follow our quickstart guide to build and deploy your first trading bot in minutes.
Get Started Now