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
Fixesjaggedsoft#491
Ideally this would warrant a breaking change of the library
but since the new endpoint returns a subset that is consistent
with previous behavior, and understanding the risk assessment
of letting thousands of consumers of the library have their applications
be broken, it seems smart to pipe one stream into the other.
Reminder that we've deprecated outboundAccountInfo on 6075392. I've just received a new notification from Binance (on Telegram) that they'll deprecate it soon so it seems they're delaying the breaking change. Whenever it happens, our work is done already.
As per Binance API announcement,
outboundAccountInfo
data stream is now deprecated.But looking at
node-binance-api
source code, the deprecated type is still in use, and the new typeoutboundAccountPosition
is not used.What is the recommended way to handle this API change? (effective in 2 days)
Thanks!
The text was updated successfully, but these errors were encountered: