Skip to main content

Authentication overview

Not everything requires authentication. SX Bet has three tiers:
OperationAuth required
Fetch markets, odds, trades, ordersNone
Subscribe to WebSocket channels / register a heartbeatAPI key
Post, fill, or cancel ordersPrivate key signature
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.
# No API key required
curl https://api.sx.bet/markets/active

Filling Orders

Sign and submit taker fills against open maker orders.

Real-time Data

Subscribe to live order book and trade updates via WebSocket.