Get account symbol .

GET
Endpoint
/accounts/{account_id}/symbols/{account_symbol_id}
Description

Deletes an individual account symbol.

Response
{
    "result": "success",
    "status": 200,
    "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
    }
}

Stay in the loop.

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