chore(): update readme with WS API examples

This commit is contained in:
tiagosiebler
2025-01-23 12:37:21 +00:00
parent cd37a1b6b9
commit d8bd68ed24
5 changed files with 230 additions and 107 deletions

View File

@@ -26,7 +26,8 @@ const wsClient = new WebsocketClient(
{
key: key,
secret: secret,
testnet: true,
// testnet: false,
// demoTrading: false, // set testnet to false, if you plan on using demo trading
},
logger,
);