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