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: