Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiei committed Oct 27, 2024
1 parent e7ef096 commit 7544941
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion binance/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -1000,10 +1000,12 @@ def individual_symbol_ticker_futures_socket(self, symbol: str, futures_type: Fut
def all_ticker_futures_socket(self, channel: str = '!bookTicker', futures_type: FuturesType = FuturesType.USD_M):
"""Start a websocket for all ticker data
By default all markets are included in an array.
https://binance-docs.github.io/apidocs/futures/en/#all-book-tickers-stream
https://binance-docs.github.io/apidocs/futures/en/#all-market-tickers-streams
:param channel: optional channel type, default '!bookTicker', but '!ticker@arr' is also available
:param futures_type: use USD-M or COIN-M futures default USD-M
:param: futures_type: use USD-M or COIN-M futures default USD-M
:returns: connection key string if successful, False otherwise
Message Format
.. code-block:: python
Expand Down

0 comments on commit 7544941

Please sign in to comment.