Order

Live Orders

The endpoint is meant to be used in polling mode, e.g. requesting every x seconds. The response will contain two objects, one is notification, the other is orders. Orders is the list of live orders (cancelled, filled, submitted). Notifications contains information about execute orders as they happen, see status field. To receive streaming live orders the endpoint /ws can be used. Refer to Streaming WebSocket Data for details.

get/iserver/account/orders

Query parameters

Filtersstring

list of filters separated by comma

Response

An object contains two arrays

filtersstring[]
snapshotboolean

If live order update is a snapshot

Changes

No recorded changes to this endpoint across all 1 revision of this API.