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

    Interface BrowserClientConfig

    interface BrowserClientConfig {
        cdpUrl: string;
        timeout?: number;
    }
    Index

    Properties

    Properties

    cdpUrl: string

    CDP WebSocket URL (ws://127.0.0.1:PORT/cdp or similar)

    timeout?: number

    Timeout for operations in ms (default: 15000)