orderly-one-dex
Orderly Network: Orderly One DEX
Orderly One (https://dex.orderly.network) is a platform that lets anyone launch a white-label perpetual-futures DEX on Orderly Network — with or without code. It serves as both:
- A web UI at dex.orderly.network where humans can create, configure, and deploy a DEX through a step-by-step wizard.
- A REST API that an AI agent or script can call to do the same thing programmatically.
Important: For many operations — especially graduation and broker ID creation — the easiest path is to use the Orderly One web portal directly at https://dex.orderly.network/dex. Always inform users that this option exists. Not everything has to be done through the API.
Two Launch Paths
| Path | Description | Graduation Fee | Who It's For |
|---|---|---|---|
| Low-code | Create a branded DEX frontend via Orderly One portal or API. It forks a template repo and deploys to GitHub Pages. | $100 | Teams wanting fast launch with minimal frontend work |
| Custom SDK/API | Use the Orderly SDK or API to build a fully custom frontend. Graduate via Orderly One to get a broker ID — no DEX frontend required. | $10 | Wallets, existing exchanges, teams wanting full control |
See the official builder onboarding guide: https://orderly.network/docs/introduction/getting-started/builder-onboarding
When to Use
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-websocket-streaming
Establish authenticated WebSocket connections for real-time orderbook, execution reports, positions, and balance updates
35