Get all account symbols .

GET

Returns a list of symbols and their broker-defined specifications from MetaTrader Marketwatch for each symbol on their account, including values such as tick data used to calculate lot sizes with certain risk types.

Request

/accounts/{account_id}/symbols

Response

{
    "result": "success",
    "status": 200,
    "meta": {
        "count": 115,
        "limit": 1000,
        "order": "desc",
        "last_id": 4061
    },
     "data": [
        {
            "id": 192300535,
            "created_at": "2024-02-19T14:09:24Z",
            "updated_at": "2024-02-19T14:09:24Z",
            "symbol": "USDZAR.e",
            "active": "yes",
            "profit_calc_mode": "forex",
            "base_currency": "USD",
            "profit_currency": "ZAR",
            "contract_size": 100000,
            "tick_value": 0,
            "tick_size": 1.0e-5,
            "min_lot": 0.01,
            "max_lot": 50,
            "lot_step": 0.01,
            "stop_level": 30
        },
        {
            "id": 192300534,
            "created_at": "2024-02-19T14:09:24Z",
            "updated_at": "2024-02-19T14:09:24Z",
            "symbol": "USDSGD.e",
            "active": "yes",
            "profit_calc_mode": "forex",
            "base_currency": "USD",
            "profit_currency": "SGD",
            "contract_size": 100000,
            "tick_value": 0,
            "tick_size": 1.0e-5,
            "min_lot": 0.01,
            "max_lot": 50,
            "lot_step": 0.01,
            "stop_level": 20
        }
]
}

Stay in the loop..

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