Interface IDEXSubscribeOrders

Provides real-time updates on orders issued by a wallet.

  • Detailed order execution information is only available to the placing wallet.
  • This subscription includes granular updates for all order-related activity, including placement, cancelation, fills and stop triggers.
  • 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 API account.

Subscription Parameters

  • Subscription: orders
  • Authentication: Authenticated
  • Update Speed: Real-time
    • updates on any state change of an order placed by the wallet
  • Request Parameters: None

interface IDEXSubscribeOrders {
    name: "orders";
}

Hierarchy (view full)

Properties

Properties

name: "orders"

Subscription to subscribe to.