Skip to content

`stream_signals` callback

Oliver Zehentleitner edited this page May 9, 2024 · 7 revisions

Stream signals are a way of being informed about changes in the status of your streams.

Its possible to use a callback function instead of the stream_signal_buffer. Just provide a function to the parameter process_stream_signals within the BinanceWebSocketApiManager() call and activate signals with enable_stream_signal_buffer parameter of BinanceWebSocketApiManager().

Example: Try this demo

Example files