Open lispc opened 3 years ago
Quant users may use WS more.
https://binance-docs.github.io/apidocs/spot/en/#websocket-market-streams
use websockets
maybe useful: https://github.com/hyperium/tonic/pull/455
https://github.com/tmc/grpc-websocket-proxy
https://github.com/Fluidex/dingir-exchange/issues/215
public data: orderbook / tick(every trades) private data: my orders
Quant users may use WS more.