From 868b5612ec038da8c2b23ab9bddd9598008bb9cd Mon Sep 17 00:00:00 2001 From: sc0vu Date: Sun, 24 Jul 2022 09:59:58 +0800 Subject: [PATCH] okcoin: update symbols --- js/okcoin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/okcoin.js b/js/okcoin.js index 931ecc54c0d5..94f7d21b7d05 100644 --- a/js/okcoin.js +++ b/js/okcoin.js @@ -1321,6 +1321,7 @@ module.exports = class okcoin extends Exchange { */ const defaultType = this.safeString2 (this.options, 'fetchTickers', 'defaultType'); const type = this.safeString (params, 'type', defaultType); + symbols = this.marketSymbols (symbols); return await this.fetchTickersByType (type, symbols, this.omit (params, 'type')); }