fix v5 private ws example

This commit is contained in:
tiagosiebler
2023-02-27 11:39:28 +00:00
parent a0dc9c811d
commit f59cbb3625

View File

@@ -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: