Authentication overview
Not everything requires authentication. SX Bet has three tiers:| Operation | Auth required |
|---|---|
| Fetch markets, odds, trades, orders | None |
| Subscribe to WebSocket channels / register a heartbeat | API key |
| Post, fill, or cancel orders | Private key signature |
- No Auth — Reading data
- API Key — WebSocket & Heartbeat
- Private Key — Orders
All REST API endpoints are public. You can fetch markets, orderbooks, trades, fixtures, and more without any credentials. A base rate limit applies to all requests.
Filling Orders
Sign and submit taker fills against open maker orders.
Real-time Data
Subscribe to live order book and trade updates via WebSocket.
