All bot endpoints use the /bot prefix and require JWT authentication.
Start a Bot
| Endpoint | Method | Description |
|---|
/bot/start/ladder_bot | POST | Geometric ladder market maker |
/bot/start/pro_trader | POST | HFT scalper |
/bot/start/market_maker | POST | General market maker |
/bot/start/grid_bot | POST | Grid trading |
/bot/start/twap | POST | Time-weighted average price execution |
/bot/start/vwap | POST | Volume-weighted average price execution |
/bot/start/copy_trade | POST | Copy trading |
/bot/start/autopilot | POST | Autopilot trading |
Bot Status & Control
| Endpoint | Method | Description |
|---|
/bot/status | GET | Get your running bots |
/bot/stop | POST | Stop a running bot |
Markets
| Endpoint | Method | Description |
|---|
/bot/markets | GET | List all available markets |