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
{{ message }}
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.
It will follow the same pattern as #160 did for GDAX support: that is, there will be a level 1 API which allows you to specifically listen to untransformed Binance execution reports (detailed here) as long as you are happy to write Binance-specific code.
For generic use, it will convert fill reports into UserTrades and merge them with the Trade stream returned by StreamingMarketDataService.getTrades().
The text was updated successfully, but these errors were encountered:
Just to note that I'm working on this.
It will follow the same pattern as #160 did for GDAX support: that is, there will be a level 1 API which allows you to specifically listen to untransformed Binance execution reports (detailed here) as long as you are happy to write Binance-specific code.
For generic use, it will convert fill reports into
UserTrade
s and merge them with theTrade
stream returned byStreamingMarketDataService.getTrades()
.The text was updated successfully, but these errors were encountered: