Synthesis provides three WebSocket endpoints for real-time updates. All connections use the same pattern: connect, subscribe, receive initial state, then receive live updates.Documentation Index
Fetch the complete documentation index at: https://api.synthesis.trade/docs/llms.txt
Use this file to discover all available pages before exploring further.
Balance
Stream wallet balances, order fills, and position changes in real-time.
Orderbook
Live orderbook snapshots and delta updates for prediction markets.
Trades
Real-time trade executions, volume tracking, and whale alerts.
Connection basics
All WebSocket connections follow the same pattern:Endpoints
| Endpoint | Max Subscriptions | Description |
|---|---|---|
wss://synthesis.trade/ws/balance | 500 wallets | Wallet balances and order status |
wss://synthesis.trade/ws/orderbook | 5,000 markets | Orderbook snapshots and deltas |
wss://synthesis.trade/ws/trades | 1,000 markets | Trade executions |