For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.​


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:​


Integration Notes

  • During API authentication, you must set the broker_id value to "mememax" in all relevant requests.

name
value

broker_id

mememax

Last updated