File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6018,7 +6018,7 @@ let api = function Binance(options = {}) {
60186018 } , reconnect ) ;
60196019 // Raw stream of all listed symbols
60206020 } else {
6021- subscription = subscribe ( '!ticker @arr' , function ( data ) {
6021+ subscription = subscribe ( '!miniTicker @arr' , function ( data ) {
60226022 if ( singleCallback ) {
60236023 prevDayStreamHandler ( data , callback ) ;
60246024 } else {
Original file line number Diff line number Diff line change @@ -6779,7 +6779,7 @@ export default class Binance {
67796779 } , reconnect ) ;
67806780 // Raw stream of all listed symbols
67816781 } else {
6782- subscription = this . subscribe ( '!ticker @arr' , function ( data : any ) {
6782+ subscription = this . subscribe ( '!miniTicker @arr' , function ( data : any ) {
67836783 if ( singleCallback ) {
67846784 prevDayStreamHandler ( data , callback ) ;
67856785 } else {
You can’t perform that action at this time.
0 commit comments