-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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
Labels
No labels