Get symbol details
Returns mt5.symbol_info() for a single symbol. Key fields used by the bot: volume_min (default lot size), trade_tick_value, trade_tick_size (pip_value = tick_value / tick_size), trade_contract_size, digits.
Documentation Index
Fetch the complete documentation index at: https://docs.novosky.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Set API_TOKEN in .env to match the token configured on the server.
Path Parameters
Symbol name
"BTCUSD"
Response
Symbol details
MT5 symbol_info() fields for a single symbol.
"Bitcoin vs US Dollar"
Price decimal places.
2
"BTCUSD"
Minimum price change (1 / 10^digits).
0.01
Current spread in raw points.
1400
true
Contract size in base currency units (0.01 for cent accounts, 1.0 for BTCUSD/BTCUSDm standard).
1
0.01
Profit per tick per lot in account currency. Used for pip_value calculation.
0.01
100
Minimum lot size — used by bot as default lot.
0.01
0.01