XTB trading environment type.
Specifies whether to connect to real trading or demo environment.
const demoUrl = 'wss://api5demoa.x-station.eu/v1/xstation'; // XTBEnvironment.DEMOconst realUrl = 'wss://api5reala.x-station.eu/v1/xstation'; // XTBEnvironment.REAL Copy
const demoUrl = 'wss://api5demoa.x-station.eu/v1/xstation'; // XTBEnvironment.DEMOconst realUrl = 'wss://api5reala.x-station.eu/v1/xstation'; // XTBEnvironment.REAL
Demo trading environment - paper trading with virtual money
Real trading environment - executes real trades with real money
XTB trading environment type.
Specifies whether to connect to real trading or demo environment.
Example