Get symbols list
GetSymbols¶
Description: Retrieve the full list of available trading symbols with detailed properties.
Request Parameters¶
{}
Response Structure¶
{
"rows": [
{
"symbol": "EURUSD",
"description": "Euro vs US Dollar",
"currency": "USD",
"margin_currency": "USD",
"quote_currency": "USD",
"source": "FXSource",
"background_color": "#FFFFFF",
"sec_index": 1,
"sort_index": 1,
"sym_index": 100,
"digits": 5,
"trade": 1,
"realtime": 1,
"starting": 0,
"expiration": 0,
"profit_mode": 0,
"exemode": 0,
"spread": 20,
"spread_balance": 10,
"swap_enable": 1,
"swap_type": 0,
"swap_long": -3.5,
"swap_short": 2.1,
"swap_rollover3days": 3,
"swap_openprice": 0,
"swap_variation_margin": 0,
"stops_level": 10,
"gtc_pendings": 1,
"filter": 0,
"filter_counter": 0,
"filter_limit": 0.0,
"filter_smoothing": 0,
"filter_reserved": 0.0,
"logging": 0,
"margin_mode": 0,
"margin_initial": 1000.0,
"margin_maintenance": 500.0,
"margin_divider": 1.0,
"margin_hedged": 500.0,
"instant_max_volume": 100000,
"contract_size": 100000.0,
"multiply": 1.0,
"count": 0,
"long_only": 0,
"freeze_level": 0,
"margin_hedged_strong": 0,
"value_date": 0,
"ask": 1.23456,
"bid": 1.23446,
"lasttime": 1629981234,
"ask_tickvalue": 10.0,
"bid_tickvalue": 10.0,
"point": 0.00001,
"tick_value": 1.0,
"tick_size": 0.00001,
"max_volume": 1000000,
"quotes_delay": 0,
"sessions": [
{
"trade_overnight": 1,
"trade": [
{
"open_hour": 0,
"open_min": 0,
"close_hour": 23,
"close_min": 59
},
{
"open_hour": 0,
"open_min": 0,
"close_hour": 0,
"close_min": 0
},
{
"open_hour": 0,
"open_min": 0,
"close_hour": 0,
"close_min": 0
}
]
}
]
}
],
"count": 1
}