Generate API Keys
Visit the developer portal to generate your Ed25519 API keys. Your private key will be shown only once.
API Overview
The Retail API includes 23 REST endpoints + 2 WebSocket endpoints:| Category | Endpoints | Purpose |
|---|---|---|
| Markets | 6 | Query market data, sides, and settlement |
| Events | 4 | Event data and search |
| Series | 2 | Series information |
| Sports | 2 | Sports configuration and teams |
| Orders | 6 | Create, cancel, and query orders |
| Portfolio | 2 | Positions and activities |
| Account | 1 | Account balances |
| WebSocket | 2 | Real-time streaming (private + markets) |
Capabilities
- Query markets with filtering, pagination, and sorting
- Generate API keys from the web portal
- Subscribe to real-time market data (up to 10 instruments) via
/v1/ws/markets - Subscribe to real-time order, position, and balance updates via
/v1/ws/private - Place limit and market orders
- Cancel orders (single or all)
- Check open orders
- View positions and balances