Skip to main content
This endpoint is only available to Growth and Enterprise plans.

Endpoint Details

Use this stream for perpetual trading activity: market orders, liquidations, limit orders, take profits, stop losses, and TP/SL updates.
  • Endpoint: wss://stream-perps-prod.mobula.io/
  • Event: order
  • Supported chains: lighter:301, lighter:304, evm:42161
  • Supported exchanges: Lighter and Gains Network
See the Perps Data Model for the full field reference.

Subscription Payload

Response Frame

Every message uses the standard Multi-Events frame:

Order Types

  • MARKET_BUY
  • MARKET_SELL
  • LIQUIDATION_LONG
  • LIQUIDATION_SHORT
  • LIMIT_BUY
  • LIMIT_SELL
  • TAKE_PROFIT
  • STOP_LOSS
  • UPDATE_TP
  • UPDATE_SL

Common Filters

Liquidations

Exchange

Market Orders

Parameters

  • chainIds (required): Perps chain identifiers, for example ["lighter:301"].
  • events (required): Must include order.
  • filters (optional): Filter conditions. See filters.
  • subscriptionId (optional): Identifier copied into matching responses.
  • subscriptionTracking (optional, default: false): Include subscription details in response logs.
  • tag (optional): Usage tag shown in the dashboard breakdown.

Keepalive

Unsubscribe