Interface IDEXSubscribeTrades

Provides real-time trade data for a market.

  • In this documentation:
    • trades refers to public information about trades
    • Whereas fills refers to detailed non-public information about trades resulting from orders placed by the authenticated API account.

Subscription Parameters

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

interface IDEXSubscribeTrades {
    name: "trades";
    markets?: string[];
}

Hierarchy (view full)

Properties

Properties

name: "trades"

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