latestOpenAPI 3.1.02026-08-22181751733.6 KB

67f9f562c2c6

tradingAlerts

List All Alerts

Retrieve a list of all alerts attached to the provided account.

get/iserver/account/{accountId}/alerts

Path parameters

accountIdstring required

Response

An array of objects detailing contract information.

order_idinteger

The order id (alert id)

accountstring

The account the alert was attributed to.

alert_namestring

The requested name for the alert.

alert_active'1' | '0'

Determines if the alert is active [1] or not [0]

order_timestring

UTC-formatted time of the alert's creation.

alert_triggeredboolean

Confirms if the order is triggered or not.

alert_repeatable'1' | '0'

Confirms if the alert is enabled to occur more than once.