Get all equity monitors .

GET

Returns a list of your equity monitors.

Request

/equity-monitors

Response

{
    "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.....
    ]

Filters

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

Stay in the loop..

Sign up to our newsletter to keep up-to-date.