Skip to content

Commit

Permalink
Merge pull request ccxt#14459 from sc0Vu/okcoin-update-symbols
Browse files Browse the repository at this point in the history
okcoin: update symbols
  • Loading branch information
kroitor authored Jul 26, 2022
2 parents a9c5973 + 868b561 commit 446cf54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/okcoin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
}

Expand Down

0 comments on commit 446cf54

Please sign in to comment.