Get symbol
GetSymbol¶
Description: Retrieves the full configuration and metadata of a specific trading symbol by name.
Access Control¶
🛡️ Access Level Required:
SESSION_USER,SESSION_MANAGER,SESSION_ADMIN,SESSION_DEALER
Request Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
symbol |
string | Yes | Symbol name |
Response Parameters¶
The method returns the symbol fields directly at the top level. There is no data wrapper.
Key fields include:
symbol,description,currency,margin_currency,quote_currencysource,feeder,background_colorsec_index,sort_index,sym_indexdigits,trade,realtime,starting,expirationprofit_mode,exemodespread,spread_balanceswap_*stops_level,gtc_pendingsfilter*,loggingmargin_*instant_max_volume,contract_size,multiply,count,long_only,freeze_levelask,bid,tick_time,ask_tickvalue,bid_tickvalue,point,tick_value,tick_size,max_volume,quotes_delaysessions
Error Responses¶
| Code | Error | Description |
|---|---|---|
| 400 | INVALID_DATA |
Missing or invalid symbol |
| 401 | RET_* |
Symbol retrieval failed |