Get all equity monitors .

GET
Endpoint
/equity-monitors
Description

Returns a list of your equity monitors.

Response
{
    "result": "success",
    "status": 200,
    "meta": {
        "count": 3,
        "limit": 1000,
        "order": "desc",
        "last_id": 64442
    },
    "data": [
        {
            "id": 64444,
            "created_at": "2025-04-28T10:09:11Z",
            "updated_at": "2025-04-28T10:09:11Z",
            "account_id": 1242518,
            "status": "active",
            "type": "protect_percentage",
            "value": 99.9,
            "action": "alert"
        },
        {
            "id": 64443,
            "created_at": "2025-04-28T10:08:53Z",
            "updated_at": "2025-04-28T10:08:53Z",
            "account_id": 1241451,
            "status": "active",
            "type": "target_value",
            "value": 100010.32,
            "action": "alert_disable_copiers"
        },
        {
            "id": 64442,
            "created_at": "2025-04-28T10:08:41Z",
            "updated_at": "2025-04-28T10:08:41Z",
            "account_id": 1242495,
            "status": "active",
            "type": "protect_value",
            "value": 19841.23,
            "action": "alert_disable_copiers_close_trades"
        }
    ]
}

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.