You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Binance may add or remove pairs long time after the program started.
This mean that the program may crash on deleted pair or doesn't track new pairs at all.
A solution would be to use websocket in order to track binance new pairs events.
Binance may add or remove pairs long time after the program started.
This mean that the program may crash on deleted pair or doesn't track new pairs at all.
A solution would be to use websocket in order to track binance new pairs events.