Sfox · AsyncAPI Specification
sFOX WebSocket API
Version 1.0.0
Real-time streaming API for sFOX. Clients connect over WSS, authenticate with their API key (for private feeds), then subscribe/unsubscribe to feeds via a JSON control message: { "type": "subscribe", "feeds": ["
View Spec
View on GitHub
CompanyCryptocurrencyPrime BrokerageTradingDigital Asset CustodyLiquidityStakingInstitutionalFinancial-ServicesMarket DataWebSocketFIXAsyncAPIEventsWebSockets
Channels
orderbook.net.{basequote}
Real-time net order book for a currency pair.
orderbook.sfox.{basequote}
Real-time sFOX order book for a currency pair.
trades.sfox.{basequote}
Real-time tick data of publicly executed trades.
ticker.sfox.{basequote}
Real-time day OHLCV and last-trade ticker.
private.user.open-orders
Real-time updates to your open orders (auth required).
private.user.trades
Real-time updates of your completed trades (auth required).
private.user.balances
Real-time updates to your account balances (auth required).
private.user.post-trade-settlement
Real-time post-trade-settlement credit and risk updates (auth required).
Messages
OrderBookUpdate
Order book update
TradeTick
Public trade tick
Ticker
Ticker (day OHLCV + last trade)
UserOrderUpdate
Private open-order update
UserTradeUpdate
Private trade update
BalanceUpdate
Private balance update
PostTradeSettlementUpdate
Post-trade-settlement credit/risk update
Servers
wss
production
ws.sfox.com/ws
Production WebSocket endpoint (wss://ws.sfox.com/ws).
wss
sandbox
ws.staging.sfox.com/ws
Sandbox WebSocket endpoint (access on request via support).
AsyncAPI Specification
Work with this as data
Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.