Skip to content
@LMEXofficial

LMEX

Cryptocurrency futures and spot trading

LMEX — More than just a Cryptocurrency Exchange

LMEXLogo

24/7 perpetual futures and spot trading across crypto, US equities, and commodities.

LMEX is a centralized exchange offering perpetual futures on three asset classes alongside spot trading on 17 fiat and stablecoin pairs, with a full-featured public testnet for development and strategy testing.


Products

Perpetual Futures

Trade perpetuals 24/7 on assets across three classes:

  • 🪙 Crypto — BTC, ETH, and more
  • 📈 US Equities — major US stocks as perpetual contracts
  • 🛢️ Commodities — energy, metals, and more

No expiry. Funding settled every 8 hours.

Spot

17 fiat and stablecoin trading pairs — direct buy/sell at market or limit.

Testnet

Full production replica at test-api.lmex.io — connect real bots, test strategies, no funds at risk.


API

Base URLs

Environment Spot Futures
Live https://api.lmex.io/spot https://api.lmex.io/futures
Testnet https://test-api.lmex.io/spot https://test-api.lmex.io/futures

WebSocket

Feed URL
Spot wss://ws.lmex.io/ws/spot
Futures wss://ws.lmex.io/ws/futures

Subscribe to a trade stream:

{ "op": "subscribe", "args": ["tradeHistoryApi:BTC-USD"] }

REST Reference

Spot/spot/api/v3.2/

GET market_summary All markets and ticker data
GET orderbook/L2 Level-2 order book
GET trades Recent trades
POST order Place order (auth)
DELETE order Cancel order (auth)
GET user/wallet Balances (auth)

Futures/futures/api/v2.3/

GET market_summary All markets, funding rate, mark price
GET orderbook/L2 Level-2 order book
GET funding_history Historical funding rates
GET user/positions Open positions (auth)
POST leverage Set leverage (auth)
POST order/close_position Close position (auth)

Rate Limits

Bucket Limit
Public / query 15 req/s
Order management 75 req/s

Fees

Side Rate
Maker 0.10%
Taker 0.10%

Open-Source Integrations

Framework Connector Notes
cryptofeed LMEX, LMEX_FUTURES Trades via WebSocket; order book via REST polling
Hummingbot lmex, lmex_perpetual Full order lifecycle, spot and perpetual
CCXT lmex, lmex_perpetual Full ccxt-pro for spot and perpetual

Popular repositories Loading

  1. api api Public

    API Sample for LMEX Spot & Derivatives Cryptocurrency exchange

    Python

  2. .github .github Public

  3. FinceptTerminal FinceptTerminal Public

    Forked from Fincept-Corporation/FinceptTerminal

    FinceptTerminal is a modern finance application offering advanced market analytics, investment research, and economic data tools, designed for interactive exploration and data-driven decision-makin…

    Python

  4. ccxt ccxt Public

    Forked from ccxt/ccxt

    A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

    Python

  5. hummingbot hummingbot Public

    Forked from hummingbot/hummingbot

    Open source software that helps you create and deploy high-frequency crypto trading bots

    Python

  6. nautilus_trader nautilus_trader Public

    Forked from nautechsystems/nautilus_trader

    Production-grade Rust-native trading engine with deterministic event-driven architecture

    Rust

Repositories

Showing 9 of 9 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…