orderly-websocket-streaming
Orderly Network: WebSocket Streaming
This skill covers establishing WebSocket connections, authentication, and subscribing to real-time data streams on Orderly Network.
When to Use
- Building real-time trading interfaces
- Streaming orderbook data
- Receiving execution notifications
- Monitoring position updates
Prerequisites
- Orderly account ID
- Ed25519 private key for signing
- WebSocket client library (native WebSocket, socket.io, etc.)
WebSocket Endpoints
More from orderlynetwork/skills
orderly-api-authentication
Complete authentication guide for Orderly Network - EIP-712 wallet signatures for EVM accounts, Ed25519 message signing for Solana accounts, and Ed25519 signatures for API requests
56orderly-trading-orders
Place, manage, and cancel orders using REST API or SDK hooks. Covers market, limit, IOC, FOK, POST_ONLY order types and batch operations
51orderly-deposit-withdraw
Handle token deposits and withdrawals across chains, including allowance approval, vault interactions, and cross-chain operations
49orderly-positions-tpsl
Monitor positions in real-time, configure Take-Profit/Stop-Loss orders, and manage risk with leverage settings
41orderly-sdk-trading-workflows
Complete trading workflows for Orderly Network DEX applications, from wallet connection through order execution, position management, and withdrawal.
35orderly-sdk-theming
Customize the visual appearance of your Orderly DEX with CSS variables, colors, fonts, logos, and TradingView chart styling.
34