Skip to content

Testnet #1

@korzh875

Description

@korzh875

Hello, how to connect to the testnet?

this.client = new USDMClient({
      api_key: apiKey,
      api_secret: apiSecret,
      baseUrl:'https://testnet.binance.vision'
    });
const wsClient = new WebsocketClient(
      {
        api_key: apiKey,
        api_secret: apiSecret,
        beautify: true,
        wsUrl:'wss://testnet.binance.vision/ws',
      },
      noLogger,
    );

not working

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions