low-level-api

Interact with Orderly Network's EVM REST API using authenticated signatures.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/wuzhong-orderly/orderly-skills --skill low-level-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: low-level-api
Source: https://github.com/wuzhong-orderly/orderly-skills/tree/main/low-level-api
Command: npx skills add https://github.com/wuzhong-orderly/orderly-skills --skill low-level-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides direct, authenticated access to the Orderly Network's low-level REST API for EVM, enabling granular control over trading and account management.

Core Features & Use Cases

  • Authenticated API Calls: Securely interact with private endpoints using generated signatures.
  • Comprehensive Endpoint Coverage: Access a wide range of functionalities including order management, position tracking, funding rates, and user statistics.
  • Use Case: A developer can use this skill to programmatically place limit orders, check their current holdings, and retrieve historical trade data for a specific trading pair.

Quick Start

Use the low-level-api skill to get the current leverage setting for the symbol 'perp-usdc-eth'.

Frequently Asked Questions about low-level-api

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

FAQPage Schema
How do I authenticate private REST API requests for Orderly Network EVM?

To authenticate private Orderly Network EVM REST API requests, you must generate signatures using your API secret keys. This explicit signature mechanism enables secure interaction with private endpoints for programmatic trading and account management.

Can I manage orders and retrieve historical trade data using the Orderly Network REST API?

Yes, the Orderly Network REST API supports comprehensive endpoint coverage for order management, position tracking, and historical trade data retrieval. You can programmatically place limit orders, check holdings, and fetch specific trading pair statistics.

Does the Orderly Network EVM API support both public and private endpoints?

Yes, the Orderly Network EVM API supports both public and private endpoints. Public endpoints handle general data retrieval, while private endpoints require explicit authentication via generated signatures for secure account and trading actions.

How do I get current leverage settings for a trading pair on Orderly Network?

You can retrieve current leverage settings for a specific trading pair, such as 'perp-usdc-eth', by interacting with the Orderly Network EVM REST API. This allows precise control over your trading parameters and risk exposure.

What is needed to programmatically trade on Orderly Network using low-level APIs?

Programmatic trading on Orderly Network requires direct interaction with the EVM REST API and an API secret key to generate signatures for private endpoints. This setup facilitates granular control over trading, funding rates, and user statistics.

Are there limitations when using direct REST API calls for EVM trading on Orderly Network?

Direct REST API calls require manual generation of authentication signatures for private endpoints, meaning you must securely manage your API secret keys. It provides granular control but demands explicit handling of secure programmatic trading requests.