xtb-api-unofficial - v0.1.0
    Preparing search index...

    Enumeration XTBEnvironment

    XTB trading environment type.

    Specifies whether to connect to real trading or demo environment.

    const demoUrl = 'wss://api5demoa.x-station.eu/v1/xstation'; // XTBEnvironment.DEMO
    const realUrl = 'wss://api5reala.x-station.eu/v1/xstation'; // XTBEnvironment.REAL
    Index

    Enumeration Members

    Enumeration Members

    DEMO: "demo"

    Demo trading environment - paper trading with virtual money

    REAL: "real"

    Real trading environment - executes real trades with real money