Update account symbols bulk .

PATCH
Endpoint
/accounts/{account_id}/symbols/bulk
Description

Updates the active state of multiple symbols on an individual account.

This only updates whether the pricing data is updated on the terminal. You can lower the amount of active symbols on an account to improve performance of the MetaTrader terminal on our servers.

This does not stop the symbol from being copied on a copier

Body
{
    "symbols": [
        {
            "id": "234587554",
            "active": "no"
        },
        {
            "id": 234587555,
            "active": "yes"
        }
    ]
}
Response
{
    "result": "multi",
    "status": 207,
    "data": [
        {
            "result": "success",
            "data": {
                "id": 272379201,
                "created_at": "2025-04-25T14:17:24Z",
                "updated_at": "2025-04-25T14:20:34Z",
                "symbol": "WheatMay25",
                "active": "no",
                "profit_calc_mode": "cfd",
                "base_currency": "USD",
                "profit_currency": "USD",
                "contract_size": 50,
                "tick_value": 12.5,
                "tick_size": 0.25,
                "min_lot": 0.01,
                "max_lot": 10,
                "lot_step": 0.01,
                "stop_level": 100
            }
        },
        {
            "result": "success",
            "data": {
                "id": 272379200,
                "created_at": "2025-04-25T14:17:24Z",
                "updated_at": "2025-04-25T14:17:24Z",
                "symbol": "WheatJul25",
                "active": "yes",
                "profit_calc_mode": "cfd",
                "base_currency": "USD",
                "profit_currency": "USD",
                "contract_size": 50,
                "tick_value": 12.5,
                "tick_size": 0.25,
                "min_lot": 0.01,
                "max_lot": 10,
                "lot_step": 0.01,
                "stop_level": 100
            }
        }
    ]
}

Attributes

Field Required Accepted Description
active no yes or no Set symbol active status

Stay in the loop.

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