orderly-trading-orders

Place, manage, and cancel cryptocurrency orders on Orderly Network via REST API and React SDK.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the complex process of placing, managing, and canceling cryptocurrency orders on the Orderly Network, enabling efficient trading operations.

Core Features & Use Cases

  • Order Placement: Supports various order types (Limit, Market, IOC, FOK, POST_ONLY, ASK, BID) via REST API and React SDK.
  • Order Management: Allows modification, cancellation of single or all orders, and batch operations.
  • Use Case: An automated trading bot can use this skill to place a series of limit orders to enter and exit a position based on predefined market conditions.

Quick Start

Use the orderly-trading-orders skill to place a limit buy order for 0.1 ETH at a price of 3000 USDC on the PERP_ETH_USDC market.

Frequently Asked Questions about orderly-trading-orders

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

FAQPage Schema
How do I place a limit order on the Orderly Network using a REST API?

To place a limit order on the Orderly Network via REST API, specify the order type, price, quantity, and market symbol. The Skill validates parameters and submits the order, returning execution status.

Can I use React SDK hooks for automated cryptocurrency order management?

Yes, React SDK hooks support automated cryptocurrency order management. The Skill provides hooks to place, modify, and batch-cancel orders directly within trading interfaces and automated bots.

What order types are supported for cryptocurrency trading on Orderly Network?

Supported cryptocurrency order types include Market, Limit, IOC, FOK, POST_ONLY, ASK, and BID. The Skill enables submitting these via REST API or React SDK for diverse trading strategies.

How do I execute batch cancellations for open cryptocurrency orders?

Batch cancellations for open cryptocurrency orders are executed through dedicated API endpoints. The Skill allows cancelling multiple or all open orders simultaneously to manage positions efficiently.

Does the Orderly Network SDK support real-time order streaming?

Yes, the Orderly Network SDK supports real-time order streaming. The Skill facilitates continuous order updates, enabling trading interfaces and bots to track execution status dynamically.

Are there limitations when using POST_ONLY orders for market making?

POST_ONLY orders ensure liquidity provision without immediate execution, but may be rejected if they match upon submission. The Skill validates these parameters to prevent invalid order placement.