Alert
Get details of an alert
Use the endpoint /iserver/account/:accountId/alerts to receive the alert id. The order_id in the response is the alert id.
get/iserver/account/alert/:id
Path parameters
idstring required
alert id
Response
returns an object
Example response
{
"expire_time": "20201105-19:51:14",
"order_status": "Submitted",
"conditions": [
{
"conidex": "8314@SMART",
"contract_description_1": "FB Stock (NASDAQ.NMS)",
"condition_operator": "- >= - <=\n",
"condition_trigger_method": "0",
"condition_value": "220"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.