From f59cbb36250aed4ac27966bfa807ec006c3d4d84 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Mon, 27 Feb 2023 11:39:28 +0000 Subject: [PATCH] fix v5 private ws example --- examples/ws-private-v5.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ws-private-v5.ts b/examples/ws-private-v5.ts index fdf140d..95f224b 100644 --- a/examples/ws-private-v5.ts +++ b/examples/ws-private-v5.ts @@ -63,7 +63,7 @@ wsClient.on('reconnected', (data) => { wsClient.subscribeV5('position', 'linear'); wsClient.subscribeV5('execution', 'linear'); -wsClient.subscribeV5(['order', 'wallet', 'greek'], 'linear'); +wsClient.subscribeV5(['order', 'wallet', 'greeks'], 'linear'); /** * The following has the same effect as above, since there's only one private endpoint for V5 account topics: