MCPcopy Create free account

hub / github.com/sammchardy/python-binance / functions

Functions3,093 in github.com/sammchardy/python-binance

Methodstart_miniticker_socket
( self, callback: Callable, update_time: int = 1000 )
binance/ws/streams.py:1480
Methodstart_options_depth_socket
( self, callback: Callable, symbol: str, refresh_interval=None, bm=Non
binance/ws/depthcache.py:521
Methodstart_options_depth_socket
( self, callback: Callable, symbol: str, depth: str = "10" )
binance/ws/streams.py:1728
Methodstart_options_kline_socket
( self, callback: Callable, symbol: str, interval=AsyncClient.KLINE_INTERVAL_1
binance/ws/streams.py:1716
Methodstart_options_multiplex_socket
( self, callback: Callable, streams: List[str] )
binance/ws/streams.py:1633
Methodstart_options_recent_trades_socket
( self, callback: Callable, symbol: str )
binance/ws/streams.py:1707
Methodstart_options_ticker_by_expiration_socket
( self, callback: Callable, symbol: str, expiration_date: str )
binance/ws/streams.py:1698
Methodstart_options_ticker_socket
(self, callback: Callable, symbol: str)
binance/ws/streams.py:1691
Methodstart_symbol_book_ticker_socket
(self, callback: Callable, symbol: str)
binance/ws/streams.py:1614
Methodstart_symbol_mark_price_socket
( self, callback: Callable, symbol: str, fast: bool = True, futures_ty
binance/ws/streams.py:1556
Methodstart_symbol_miniticker_socket
(self, callback: Callable, symbol: str)
binance/ws/streams.py:1524
Methodstart_symbol_ticker_futures_socket
( self, callback: Callable, symbol: str, futures_type: FuturesType = FuturesTy
binance/ws/streams.py:1581
Methodstart_symbol_ticker_socket
(self, callback: Callable, symbol: str)
binance/ws/streams.py:1533
Methodstart_ticker_socket
(self, callback: Callable)
binance/ws/streams.py:1542
Methodstart_trade_socket
(self, callback: Callable, symbol: str)
binance/ws/streams.py:1491
Methodstart_user_socket
(self, callback: Callable)
binance/ws/streams.py:1654
Methodstream_close
(self, listenKey)
binance/async_client.py:1013
Methodstream_get_listen_key
(self)
binance/async_client.py:1001
Methodstream_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
Methodstream_keepalive
(self, listenKey)
binance/async_client.py:1007
Methodsubscribe_simple_earn_flexible_product
(self, **params)
binance/async_client.py:1572
Methodsubscribe_simple_earn_locked_product
(self, **params)
binance/async_client.py:1581
Methodsymbol_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
Methodsymbol_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
Functiontest_add_asks
Verify basic functionality for adding an ask to the cache
tests/test_depth_cache.py:31
Functiontest_add_bids
Verify basic functionality for adding a bid to the cache
tests/test_depth_cache.py:13
Methodtest_aggtrade_demo
(self, demo_client)
tests/test_ws_urls_integration.py:270
Methodtest_aggtrade_futures_coin_m
(self, prod_client)
tests/test_ws_urls_integration.py:218
Methodtest_aggtrade_futures_socket
(self, prod_client)
tests/test_ws_urls_integration.py:109
Methodtest_aggtrade_testnet
(self, testnet_client)
tests/test_ws_urls_integration.py:247
Methodtest_all_mark_price_socket
(self, prod_client)
tests/test_ws_urls_integration.py:149
Methodtest_all_ticker_futures_default_bookTicker
(self, prod_client)
tests/test_ws_urls_integration.py:86
Methodtest_all_ticker_futures_ticker_arr
(self, prod_client)
tests/test_ws_urls_integration.py:165
Functiontest_api_exception
Test API response Exception
tests/test_api_request.py:33
Functiontest_api_exception_invalid_json
Test API response Exception
tests/test_api_request.py:43
Functiontest_async_client_default_verbose
Test that AsyncClient defaults to verbose=False
tests/test_verbose_mode.py:52
Functiontest_async_client_import
Test AsyncClient class import
tests/test_init.py:26
Functiontest_async_client_non_verbose_initialization
Test that AsyncClient defaults to non-verbose mode
tests/test_verbose_mode.py:42
Functiontest_async_client_verbose_initialization
Test that AsyncClient can be initialized with verbose mode
tests/test_verbose_mode.py:32
Functiontest_bad_request
(futuresClient)
tests/test_client_ws_futures_requests.py:14
Functiontest_bad_request
(futuresClientAsync)
tests/test_async_client_ws_futures_requests.py:42
Functiontest_base_propagate_error_puts_on_main_queue
ReconnectingWebsocket._propagate_error should put on self._queue.
tests/test_error_propagation.py:25
Functiontest_before_reconnect
()
tests/test_reconnecting_websocket.py:88
Functiontest_binance_socket_manager_verbose
Test that BinanceSocketManager can be initialized with verbose mode
tests/test_websocket_verbose.py:64
Methodtest_book_ticker_demo
(self, demo_client)
tests/test_ws_urls_integration.py:294
Functiontest_cleanup_on_exit
Test cleanup of resources on exit
tests/test_ws_api.py:185
Functiontest_clientAsync_initialization
(clientAsync)
tests/test_async_client.py:14
Functiontest_client_default_verbose
Test that Client defaults to verbose=False
tests/test_verbose_mode.py:25
Functiontest_client_import
Test Client class import
tests/test_init.py:21
Functiontest_client_initialization
(client)
tests/test_client.py:14
Functiontest_client_non_verbose_initialization
Test that Client defaults to non-verbose mode
tests/test_verbose_mode.py:17
Functiontest_client_verbose_initialization
Test that Client can be initialized with verbose mode
tests/test_verbose_mode.py:9
Functiontest_close_connection
(client)
tests/test_client_portfolio.py:397
Functiontest_close_connection
(client)
tests/test_async_client_portfolio.py:397
Functiontest_coin_batch_id
()
tests/test_ids.py:111
Functiontest_coin_batch_id_async
()
tests/test_ids.py:368
Functiontest_coin_id
()
tests/test_ids.py:96
Functiontest_coin_id_async
()
tests/test_ids.py:306
Functiontest_coin_ping
(client)
tests/test_ping.py:24
Functiontest_coin_ping_async
(clientAsync)
tests/test_ping.py:48
Functiontest_combined_logging_configuration
Test that both REST and WebSocket logging can be configured together
tests/test_websocket_verbose.py:43
Functiontest_concurrent_ws_futures_get_order_book
(futuresClientAsync)
tests/test_async_client_ws_futures_requests.py:24
Functiontest_connect_fails_to_connect_after_disconnect
()
tests/test_reconnecting_websocket.py:178
Functiontest_connect_fails_to_connect_on_enter_context
Test ws.connect raises a ConnectionClosedError.
tests/test_reconnecting_websocket.py:166
Functiontest_connect_max_reconnects_exceeded
Test ws.connect exceeds maximum reconnect attempts.
tests/test_reconnecting_websocket.py:107
Functiontest_connection_failure
Test handling of connection failures
tests/test_ws_api.py:175
Functiontest_connection_handling
Test connection handling and reconnection
tests/test_ws_api.py:68
Functiontest_depth_cache_imports
Test depth cache related imports
tests/test_init.py:31
Methodtest_depth_demo
(self, demo_client)
tests/test_ws_urls_integration.py:278
Methodtest_depth_socket
(self, prod_client)
tests/test_ws_urls_integration.py:309
Methodtest_depth_testnet
(self, testnet_client)
tests/test_ws_urls_integration.py:255
Functiontest_encryption
()
tests/test_cryptography.py:31
Functiontest_exact_amount
Test Exact amount returned
tests/test_historical_klines.py:11
Methodtest_exception_attributes
Test that exception has correct attributes.
tests/test_region_exception.py:12
Methodtest_exception_default_endpoint_name
Test that endpoint_name defaults to 'endpoint'.
tests/test_region_exception.py:26
Methodtest_exception_message_format
Test that exception message is properly formatted.
tests/test_region_exception.py:19
Functiontest_futures_account
(futuresClientAsync)
tests/test_async_client_futures.py:255
Functiontest_futures_account
(futuresClient)
tests/test_client_futures.py:304
Functiontest_futures_account_balance
()
tests/test_futures.py:79
Functiontest_futures_account_balance
(futuresClientAsync)
tests/test_async_client_futures.py:252
Functiontest_futures_account_balance
(futuresClient)
tests/test_client_futures.py:300
Functiontest_futures_account_config
()
tests/test_futures.py:87
Functiontest_futures_account_config
(futuresClientAsync)
tests/test_async_client_futures.py:343
Functiontest_futures_account_config
(futuresClient)
tests/test_client_futures.py:403
Functiontest_futures_account_trades
(futuresClientAsync)
tests/test_async_client_futures.py:294
Functiontest_futures_account_trades
(futuresClient)
tests/test_client_futures.py:346
Functiontest_futures_account_transfer
(futuresClientAsync)
tests/test_async_client_futures.py:121
Functiontest_futures_account_transfer
(futuresClient)
tests/test_client_futures.py:157
Functiontest_futures_adl_quantile_estimate
(futuresClientAsync)
tests/test_async_client_futures.py:104
Functiontest_futures_adl_quantile_estimate
(futuresClient)
tests/test_client_futures.py:135
Functiontest_futures_aggregate_trades
(futuresClientAsync)
tests/test_async_client_futures.py:31
Functiontest_futures_aggregate_trades
(futuresClient)
tests/test_client_futures.py:40
Functiontest_futures_api_trading_status
(futuresClientAsync)
tests/test_async_client_futures.py:98
Functiontest_futures_api_trading_status
(futuresClient)
tests/test_client_futures.py:127
Functiontest_futures_cancel_algo_order
Test canceling an algo order
tests/test_client_futures.py:847
Functiontest_futures_cancel_algo_order_async
Test canceling an algo order async
tests/test_async_client_futures.py:620
Functiontest_futures_cancel_all_algo_open_orders
Test canceling all open algo orders
tests/test_client_futures.py:891
Functiontest_futures_cancel_all_algo_open_orders_async
Test canceling all open algo orders async
tests/test_async_client_futures.py:640
Functiontest_futures_cancel_all_open_orders
(futuresClientAsync)
tests/test_async_client_futures.py:244
Functiontest_futures_cancel_all_open_orders
(futuresClient)
tests/test_client_futures.py:292
← previousnext →1,801–1,900 of 3,093, ranked by callers