orderly-websocket-streaming

Establish authenticated WebSocket connections for Orderly Network data streams.

2|1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/OrderlyNetwork/skills --skill orderly-websocket-streaming
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: orderly-websocket-streaming
Source: https://github.com/OrderlyNetwork/skills/tree/main/skills/orderly-websocket-streaming
Command: npx skills add https://github.com/OrderlyNetwork/skills --skill orderly-websocket-streaming

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers to establish authenticated WebSocket connections for receiving real-time market data, order updates, and account information from the Orderly Network.

Core Features & Use Cases

  • Real-time Data Feeds: Subscribe to orderbooks, trades, klines, and more for any trading pair.
  • Account Updates: Receive instant notifications for execution reports, position changes, and balance updates.
  • Use Case: Integrate live price feeds and trade executions into your custom trading dashboard or algorithmic trading bot.

Quick Start

Use the orderly-websocket-streaming skill to establish a WebSocket connection and subscribe to the PERP_ETH_USDC orderbook stream.

Frequently Asked Questions about orderly-websocket-streaming

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stream real-time trading data from Orderly Network using WebSockets?▼

To stream real-time trading data from Orderly Network, establish an authenticated WebSocket connection and subscribe to public topics like orderbooks, trades, and klines for your chosen trading pairs.

What do I need to subscribe to private account streams on Orderly Network?▼

Subscribing to private account streams on Orderly Network requires an Ed25519 key for authentication, enabling access to execution reports, position changes, and balance updates.

Can I receive real-time orderbook and trade updates for algorithmic trading bots?▼

Yes, you can integrate live orderbook and trade feeds into algorithmic trading bots by connecting a WebSocket client to Orderly Network and subscribing to the relevant market data topics.

How does WebSocket authentication work for private data streams like positions and balances?▼

WebSocket authentication for private data streams uses an Ed25519 key to verify your connection, allowing the server to securely push your personal execution reports, positions, and balance updates.

Do I need specific client libraries to connect to Orderly Network real-time data streams?▼

Yes, establishing a connection to Orderly Network real-time data streams requires standard WebSocket client libraries to manage the persistent connection and handle incoming data messages.