Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sammchardy/python-binance
/ functions
Functions
3,093 in github.com/sammchardy/python-binance
⨍
Functions
3,093
◇
Types & classes
51
Method
start_miniticker_socket
( self, callback: Callable, update_time: int = 1000 )
binance/ws/streams.py:1480
Method
start_options_depth_socket
( self, callback: Callable, symbol: str, refresh_interval=None, bm=Non
binance/ws/depthcache.py:521
Method
start_options_depth_socket
( self, callback: Callable, symbol: str, depth: str = "10" )
binance/ws/streams.py:1728
Method
start_options_kline_socket
( self, callback: Callable, symbol: str, interval=AsyncClient.KLINE_INTERVAL_1
binance/ws/streams.py:1716
Method
start_options_multiplex_socket
( self, callback: Callable, streams: List[str] )
binance/ws/streams.py:1633
Method
start_options_recent_trades_socket
( self, callback: Callable, symbol: str )
binance/ws/streams.py:1707
Method
start_options_ticker_by_expiration_socket
( self, callback: Callable, symbol: str, expiration_date: str )
binance/ws/streams.py:1698
Method
start_options_ticker_socket
(self, callback: Callable, symbol: str)
binance/ws/streams.py:1691
Method
start_symbol_book_ticker_socket
(self, callback: Callable, symbol: str)
binance/ws/streams.py:1614
Method
start_symbol_mark_price_socket
( self, callback: Callable, symbol: str, fast: bool = True, futures_ty
binance/ws/streams.py:1556
Method
start_symbol_miniticker_socket
(self, callback: Callable, symbol: str)
binance/ws/streams.py:1524
Method
start_symbol_ticker_futures_socket
( self, callback: Callable, symbol: str, futures_type: FuturesType = FuturesTy
binance/ws/streams.py:1581
Method
start_symbol_ticker_socket
(self, callback: Callable, symbol: str)
binance/ws/streams.py:1533
Method
start_ticker_socket
(self, callback: Callable)
binance/ws/streams.py:1542
Method
start_trade_socket
(self, callback: Callable, symbol: str)
binance/ws/streams.py:1491
Method
start_user_socket
(self, callback: Callable)
binance/ws/streams.py:1654
Method
stream_close
(self, listenKey)
binance/async_client.py:1013
Method
stream_get_listen_key
(self)
binance/async_client.py:1001
Method
stream_keepalive
PING a user data stream to prevent a time out. https://binance-docs.github.io/apidocs/spot/en/#listen-key-spot :param listenKey: req
binance/client.py:3232
Method
stream_keepalive
(self, listenKey)
binance/async_client.py:1007
Method
subscribe_simple_earn_flexible_product
(self, **params)
binance/async_client.py:1572
Method
subscribe_simple_earn_locked_product
(self, **params)
binance/async_client.py:1581
Method
symbol_book_ticker_socket
Start a websocket for the best bid or ask's price or quantity for a specified symbol. https://github.com/binance-exchange/binance-official-ap
binance/ws/streams.py:854
Method
symbol_miniticker_socket
Start a websocket for a symbol's miniTicker data https://binance-docs.github.io/apidocs/spot/en/#individual-symbol-mini-ticker-stream
binance/ws/streams.py:503
Function
test_add_asks
Verify basic functionality for adding an ask to the cache
tests/test_depth_cache.py:31
Function
test_add_bids
Verify basic functionality for adding a bid to the cache
tests/test_depth_cache.py:13
Method
test_aggtrade_demo
(self, demo_client)
tests/test_ws_urls_integration.py:270
Method
test_aggtrade_futures_coin_m
(self, prod_client)
tests/test_ws_urls_integration.py:218
Method
test_aggtrade_futures_socket
(self, prod_client)
tests/test_ws_urls_integration.py:109
Method
test_aggtrade_testnet
(self, testnet_client)
tests/test_ws_urls_integration.py:247
Method
test_all_mark_price_socket
(self, prod_client)
tests/test_ws_urls_integration.py:149
Method
test_all_ticker_futures_default_bookTicker
(self, prod_client)
tests/test_ws_urls_integration.py:86
Method
test_all_ticker_futures_ticker_arr
(self, prod_client)
tests/test_ws_urls_integration.py:165
Function
test_api_exception
Test API response Exception
tests/test_api_request.py:33
Function
test_api_exception_invalid_json
Test API response Exception
tests/test_api_request.py:43
Function
test_async_client_default_verbose
Test that AsyncClient defaults to verbose=False
tests/test_verbose_mode.py:52
Function
test_async_client_import
Test AsyncClient class import
tests/test_init.py:26
Function
test_async_client_non_verbose_initialization
Test that AsyncClient defaults to non-verbose mode
tests/test_verbose_mode.py:42
Function
test_async_client_verbose_initialization
Test that AsyncClient can be initialized with verbose mode
tests/test_verbose_mode.py:32
Function
test_bad_request
(futuresClient)
tests/test_client_ws_futures_requests.py:14
Function
test_bad_request
(futuresClientAsync)
tests/test_async_client_ws_futures_requests.py:42
Function
test_base_propagate_error_puts_on_main_queue
ReconnectingWebsocket._propagate_error should put on self._queue.
tests/test_error_propagation.py:25
Function
test_before_reconnect
()
tests/test_reconnecting_websocket.py:88
Function
test_binance_socket_manager_verbose
Test that BinanceSocketManager can be initialized with verbose mode
tests/test_websocket_verbose.py:64
Method
test_book_ticker_demo
(self, demo_client)
tests/test_ws_urls_integration.py:294
Function
test_cleanup_on_exit
Test cleanup of resources on exit
tests/test_ws_api.py:185
Function
test_clientAsync_initialization
(clientAsync)
tests/test_async_client.py:14
Function
test_client_default_verbose
Test that Client defaults to verbose=False
tests/test_verbose_mode.py:25
Function
test_client_import
Test Client class import
tests/test_init.py:21
Function
test_client_initialization
(client)
tests/test_client.py:14
Function
test_client_non_verbose_initialization
Test that Client defaults to non-verbose mode
tests/test_verbose_mode.py:17
Function
test_client_verbose_initialization
Test that Client can be initialized with verbose mode
tests/test_verbose_mode.py:9
Function
test_close_connection
(client)
tests/test_client_portfolio.py:397
Function
test_close_connection
(client)
tests/test_async_client_portfolio.py:397
Function
test_coin_batch_id
()
tests/test_ids.py:111
Function
test_coin_batch_id_async
()
tests/test_ids.py:368
Function
test_coin_id
()
tests/test_ids.py:96
Function
test_coin_id_async
()
tests/test_ids.py:306
Function
test_coin_ping
(client)
tests/test_ping.py:24
Function
test_coin_ping_async
(clientAsync)
tests/test_ping.py:48
Function
test_combined_logging_configuration
Test that both REST and WebSocket logging can be configured together
tests/test_websocket_verbose.py:43
Function
test_concurrent_ws_futures_get_order_book
(futuresClientAsync)
tests/test_async_client_ws_futures_requests.py:24
Function
test_connect_fails_to_connect_after_disconnect
()
tests/test_reconnecting_websocket.py:178
Function
test_connect_fails_to_connect_on_enter_context
Test ws.connect raises a ConnectionClosedError.
tests/test_reconnecting_websocket.py:166
Function
test_connect_max_reconnects_exceeded
Test ws.connect exceeds maximum reconnect attempts.
tests/test_reconnecting_websocket.py:107
Function
test_connection_failure
Test handling of connection failures
tests/test_ws_api.py:175
Function
test_connection_handling
Test connection handling and reconnection
tests/test_ws_api.py:68
Function
test_depth_cache_imports
Test depth cache related imports
tests/test_init.py:31
Method
test_depth_demo
(self, demo_client)
tests/test_ws_urls_integration.py:278
Method
test_depth_socket
(self, prod_client)
tests/test_ws_urls_integration.py:309
Method
test_depth_testnet
(self, testnet_client)
tests/test_ws_urls_integration.py:255
Function
test_encryption
()
tests/test_cryptography.py:31
Function
test_exact_amount
Test Exact amount returned
tests/test_historical_klines.py:11
Method
test_exception_attributes
Test that exception has correct attributes.
tests/test_region_exception.py:12
Method
test_exception_default_endpoint_name
Test that endpoint_name defaults to 'endpoint'.
tests/test_region_exception.py:26
Method
test_exception_message_format
Test that exception message is properly formatted.
tests/test_region_exception.py:19
Function
test_futures_account
(futuresClientAsync)
tests/test_async_client_futures.py:255
Function
test_futures_account
(futuresClient)
tests/test_client_futures.py:304
Function
test_futures_account_balance
()
tests/test_futures.py:79
Function
test_futures_account_balance
(futuresClientAsync)
tests/test_async_client_futures.py:252
Function
test_futures_account_balance
(futuresClient)
tests/test_client_futures.py:300
Function
test_futures_account_config
()
tests/test_futures.py:87
Function
test_futures_account_config
(futuresClientAsync)
tests/test_async_client_futures.py:343
Function
test_futures_account_config
(futuresClient)
tests/test_client_futures.py:403
Function
test_futures_account_trades
(futuresClientAsync)
tests/test_async_client_futures.py:294
Function
test_futures_account_trades
(futuresClient)
tests/test_client_futures.py:346
Function
test_futures_account_transfer
(futuresClientAsync)
tests/test_async_client_futures.py:121
Function
test_futures_account_transfer
(futuresClient)
tests/test_client_futures.py:157
Function
test_futures_adl_quantile_estimate
(futuresClientAsync)
tests/test_async_client_futures.py:104
Function
test_futures_adl_quantile_estimate
(futuresClient)
tests/test_client_futures.py:135
Function
test_futures_aggregate_trades
(futuresClientAsync)
tests/test_async_client_futures.py:31
Function
test_futures_aggregate_trades
(futuresClient)
tests/test_client_futures.py:40
Function
test_futures_api_trading_status
(futuresClientAsync)
tests/test_async_client_futures.py:98
Function
test_futures_api_trading_status
(futuresClient)
tests/test_client_futures.py:127
Function
test_futures_cancel_algo_order
Test canceling an algo order
tests/test_client_futures.py:847
Function
test_futures_cancel_algo_order_async
Test canceling an algo order async
tests/test_async_client_futures.py:620
Function
test_futures_cancel_all_algo_open_orders
Test canceling all open algo orders
tests/test_client_futures.py:891
Function
test_futures_cancel_all_algo_open_orders_async
Test canceling all open algo orders async
tests/test_async_client_futures.py:640
Function
test_futures_cancel_all_open_orders
(futuresClientAsync)
tests/test_async_client_futures.py:244
Function
test_futures_cancel_all_open_orders
(futuresClient)
tests/test_client_futures.py:292
← previous
next →
1,801–1,900 of 3,093, ranked by callers