Rho Protocol · AsyncAPI Specification
Rho X WebSocket API
Version v1
Real-time streaming of market data, order updates, and account state for Rho X (Rho Exchange). Private channels require a WS session token (POST /auth-api/v1/ws-session).
View Spec
View on GitHub
CompanyTradingDeFiDerivativesCapital MarketsBlockchainMarket DataWebSocketMCPAsyncAPIWebhooksEvents
Channels
ticker.{symbol}
Market summary — mid-rate, best bid/ask, 24h volume, open interest.
order-book.{symbol}
Order book bid/ask ladder for a symbol.
symbol-trades.{symbol}
Public trade prints for a symbol.
symbol-candles.{symbol}
OHLC candles for a symbol.
market-floating-rate-candles.{marketId}
Floating-rate candles for a market.
user-orders
Authenticated user's order updates.
user-positions
Authenticated user's position updates.
user-balances
Authenticated user's balance updates.
user-trades
Authenticated user's fills.
user-transfers
Authenticated user's transfers.
user-account
Authenticated user's account state.
user-account-candles
Authenticated user's account equity candles.
user-margin-account
Authenticated user's margin-account state.
user-margin-account-candles
Authenticated user's margin-account candles.
Servers
wss
production
stream.x.rho.trading/ws-api/v1
Production WebSocket endpoint (wss://stream.x.rho.trading/ws-api/v1)