wisespace-io / binance-rs

Rust Library for the Binance API
Other
636 stars 287 forks source link

how to subscribe binance future orders event ? #203

Closed jackbbhua closed 1 year ago

jackbbhua commented 1 year ago

I was generate a listen key but i don't know how to use this listenkey to listen the binance future orders. i was use this demo https://github.com/wisespace-io/binance-rs/blob/master/examples/binance_futures_websockets.rs , but i can't find a place to add listenkey to listen orders change.

thanks.