Orderly API
MemeMax API is built on top of the Orderly Network infrastructure, and all matching, risk management, and position handling are performed on Orderly’s infrastructure. This document summarizes the overall structure and required settings, and directs developers to the official Orderly documentation for detailed specifications.
Overview
Our Perpetual DEX is a broker-style perpetual futures exchange built on the CLOB-based derivatives infrastructure provided by Orderly Network.
The matching engine, position/margin calculations, and settlement logic are all executed on Orderly’s infrastructure.
When integrating with MemeMax, you can simply call the existing Orderly API endpoints directly as your trading API.
For protocol and architecture details, refer to the official Orderly introduction documentation.
What is Orderly Network: https://orderly.network/docs/introduction/getting-started/what-is-orderly
Orderly API Introduction: https://orderly.network/docs/build-on-omnichain/evm-api/introduction
API Endpoints
All core features of the MemeMax are provided via Orderly’s REST endpoints. The list below only summarizes the main categories; for endpoint paths, parameters, and response schemas, refer to Orderly’s API reference.
Public Market Data
Tickers, order books, recent trades and other market data.
Trading
Create/cancel orders, query orders, and list open orders.
Account & Positions
Account balances, positions, PnL, and margin information.
For the complete endpoint list and request/response examples, see:
API Reference: https://orderly.network/docs/build-on-omnichain/evm-api
Integration Notes
During API authentication, you must set the
broker_idvalue to"mememax"in all relevant requests.
broker_id
mememax
Last updated