Partner Support
User Flows
General API
- Builder Info
- System Info
- USDC Faucet
User API
- Registration
- Key Management
- Account/User Info
- Account Notifications
- Account Config
- Delegate Signer
Trading API
- Order Management
- Liquidations
- Assets/Withdraw/Settle PnL
- Positions
- Funding
Rewards API
- Trading Rewards
- Market Making Rewards
Staking & Valor API
- Staking
- Valor
Builder API
- User Data
- Trading Campaigns
- Fee Setting
- Referral Program
Market Data API
- TradingView
- Funding Rates
- Market Info
Websocket API
- Introduction
- PING/PONG
- Authentication
- Error Response
- Public Market Data
- Private User Data
Integration FAQs
Orderly Network is a combination of an orderbook-based trading infrastructure and a robust liquidity layer offering spot and perpetual futures orderbooks. Unlike traditional platforms, Orderly doesn’t have a front end; instead, it operates at the core of the ecosystem, providing essential services to projects built on top of it.
Our DEX white-label solution is carefully crafted to save builders time and capital while granting access to our bootstrapped liquidity. Picture having the best features of CEXs while keeping settlements on-chain and maintaining full self-custody.
With Orderly, anyone can create a trading application thanks to our seamless plug-and-play experience leveraging our liquidity and composability.
Looking ahead, our grand vision is to create an omnichain protocol, connecting traders from both EVM and non-EVM chains within the same orderbook.
Orderly offers multiple integration pathways:
- React UI components
- React hooks
- Python connector
- Direct API access
Documentation and examples for these can be found on their respective GitHub repositories and the official documentation site.
More on fees can be found here
Fees builders collect on top of Orderly base fee are collected by Orderly directly at the time of the trade. Rebates are then sent to each builder’s admin wallet account daily.
To claim the rebate, builders need to log in on their own interface with the admin wallet and withdraw.
Builder admin wallet is a wallet provided at the time of builder ID setup and has to be an EOA. Builder admin wallet is used for:
- Receiving fee rebates daily
- Accessing certain endpoints that require builder admin authentication such as changing user fees. Endpoints that require builder admin authentication will note that in the API page description.
Most user data can only be accessed by the user with user’s trading key. Only builder endpoints allow user data retrieval for their own users.