What is the fastest method to get futures trades executions at binance?
On my testing, if you listen for your own executed orders at fstream.binance.com/ws/LISTEN_KEY you get executions couple ms faster than everyone else gets it in following endpoints:
@trade
@aggTrade
@bookTicker
Testing was done on a “dead” coin with no other market activity rather than this one trade, with every websocket connected to the same binance server. Is it an intended behaviour, or a bug that’s gonna be fixed? Or maybe I’m unaware of some other API endpoint that provides the same speeds?