/accounts/{account_id}/symbols
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.
{
"result": "success",
"status": 200,
"meta": {
"count": 132,
"limit": 1000,
"order": "desc",
"last_id": 272379070
},
"data": [
{
"id": 272379201,
"created_at": "2025-04-25T14:17:24Z",
"updated_at": "2025-04-25T14:17:24Z",
"symbol": "WheatMay25",
"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
},
{
"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
},
... more symbols
]
}
Sign up to our newsletter to keep up-to-date.