We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78f7719 + c13f5ce commit ba7d201Copy full SHA for ba7d201
node-bitvavo-api.js
@@ -337,6 +337,11 @@ let api = function Bitvavo () {
337
ws.subscriptionTicker(market, subscriptionTickerCallback[market])
338
}
339
340
+ if (typeof subscriptionTicker24hCallback !== 'undefined') {
341
+ for (let market in subscriptionTicker24hCallback) {
342
+ ws.subscriptionTicker(market, subscriptionTicker24hCallback[market])
343
+ }
344
345
if (typeof subscriptionAccountCallback !== 'undefined') {
346
for (let market in subscriptionAccountCallback) {
347
ws.subscriptionAccount(market, subscriptionAccountCallback[market])
0 commit comments