Interface IDEXSubscribeLiquidations

Provides real-time liquidation data for a market.


Subscription Parameters

  • Subscription: liquidations
  • Authentication: None
  • Update Speed: Real-time
    • updates on new liquidations
  • Required Parameters: markets

interface IDEXSubscribeLiquidations {
    name: "liquidations";
    markets?: string[];
}

Hierarchy (view full)

Properties

Properties

name: "liquidations"

Subscription to subscribe to.

markets?: string[]

Array of Market Symbols

  • Overrides the markets array at the top-level subscription object, if provided.
  • Required if the top-level subscription does not define markets and the request is a public subscription