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

@@ -19,7 +19,8 @@ const logger = {
*/
const wsClient = new WebsocketClient(
{
market: 'v5',
// Previously required, this parameter is now optional:
// market: 'v5',
},
logger,
);