Returns a list of your equity monitors.
/equity-monitors
{
"result": "success",
"status": 200,
"meta": {
"count": 38,
"limit": 1000,
"order": "desc",
"last_id": 1
},
"data": [
{
"id": 39,
"created_at": "2023-10-16T14:38:15Z",
"updated_at": "2023-10-16T14:38:22Z",
"account_id": 1,
"status": "complete",
"type": "target_percentage",
"value": 3,
"action": "alert_disable_copiers_close_trades"
},
.....more equity monitors.....
]
Key | Value | Description |
---|---|---|
status | active,complete,cancelled | Limit results to one type of status |
account_id | single integer | Find equity monitors for a specific account |
account_ids | comma separated string of integers | Find equity monitors for multiple accounts |
Sign up to our newsletter to keep up-to-date.