orderly icon indicating copy to clipboard operation
orderly copied to clipboard

A Rust WebSocket client that connects to multiple crypto exchanges and publishes a merged live order book through gRPC stream

Results 2 orderly issues
Sort by recently updated
recently updated
newest added

https://docs.cloud.coinbase.com/exchange/docs/changelog#2023-aug-01 > 2023-AUG-01 > > The following WebSocket feeds now enforce authentication (in addition to the [User channel](https://docs.cloud.coinbase.com/exchange/docs/websocket-channels#user-channel)): > > [Full channel](https://docs.cloud.coinbase.com/exchange/docs/websocket-channels#full-channel) > [Level2 channel](https://docs.cloud.coinbase.com/exchange/docs/websocket-channels#level2-channel) > [Level3 channel](https://docs.cloud.coinbase.com/exchange/docs/websocket-channels#level3-channel) > >...

I want to listen to multiple symbols at the same time just for Binance, do I have to run the client multiple times, is there a better approach to it?