MCPcopy Create free account

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

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

Functiontest_socket_spot_market_time_unit_milliseconds
()
tests/test_streams.py:48
Functiontest_socket_spot_user_data_time_unit_microseconds
()
tests/test_streams.py:62
Functiontest_socket_spot_user_data_time_unit_milliseconds
()
tests/test_streams.py:79
Functiontest_socket_stopped_on_aexit
(clientAsync)
tests/test_streams.py:11
Functiontest_socket_stopped_on_aexit_futures
(futuresClientAsync)
tests/test_streams.py:23
Functiontest_spot_cancel_replace_id
()
tests/test_ids.py:43
Functiontest_spot_cancel_replace_id_async
()
tests/test_ids.py:180
Functiontest_spot_id
()
tests/test_ids.py:11
Functiontest_spot_id_async
()
tests/test_ids.py:157
Functiontest_spot_limit_id
()
tests/test_ids.py:23
Functiontest_spot_market_id
()
tests/test_ids.py:33
Functiontest_spot_oco_id
()
tests/test_ids.py:327
Functiontest_spot_oco_order_id
()
tests/test_ids.py:61
Methodtest_stake_asset_us_wrong_tld
Test that stake_asset_us raises exception for non-US client.
tests/test_region_exception.py:45
Methodtest_stake_asset_us_wrong_tld_async
Test that async stake_asset_us raises exception for non-US client.
tests/test_region_exception.py:102
Functiontest_start_and_end_str
Test start_str and end_str work correctly with string
tests/test_historical_klines.py:73
Functiontest_start_and_end_timestamp
Test start_str and end_str work correctly with integer timestamp
tests/test_historical_klines.py:129
Functiontest_start_and_limit
Test start_str and limit work correctly with integer timestamp
tests/test_historical_klines.py:286
Functiontest_start_and_stop_socket
Test starting and stopping a socket
tests/test_threaded_stream.py:57
Functiontest_stop
Test stopping the manager
tests/test_threaded_stream.py:158
Functiontest_stop_client
Test stopping the client
tests/test_threaded_stream.py:146
Functiontest_stop_client_when_not_initialized
Test stopping client when it hasn't been initialized
tests/test_threaded_stream.py:187
Functiontest_stop_when_already_stopped
Test stopping manager when it's already stopped
tests/test_threaded_stream.py:194
Functiontest_stream_get_listen_key_and_close
(client)
tests/test_client.py:114
Functiontest_stream_get_listen_key_and_close
(clientAsync)
tests/test_async_client.py:129
Functiontest_swap_batch_id
()
tests/test_ids.py:86
Functiontest_swap_batch_id_async
()
tests/test_ids.py:348
Functiontest_swap_id
()
tests/test_ids.py:71
Functiontest_swap_id_async
()
tests/test_ids.py:203
Functiontest_swap_trigger_endpoint_id_async
()
tests/test_ids.py:243
Functiontest_swap_trigger_id_async
()
tests/test_ids.py:223
Methodtest_symbol_mark_price_socket
(self, prod_client)
tests/test_ws_urls_integration.py:133
Methodtest_symbol_mark_price_socket_slow
(self, prod_client)
tests/test_ws_urls_integration.py:141
Methodtest_symbol_ticker_futures_socket
(self, prod_client)
tests/test_ws_urls_integration.py:62
Functiontest_test_options_place_batch_order
(liveClient)
tests/test_client_options.py:94
Functiontest_test_options_place_batch_order
(liveClientAsync)
tests/test_async_client_options.py:94
Functiontest_testnet_url
Test testnet URL configuration
tests/test_ws_api.py:111
Functiontest_threaded_socket_manager
()
tests/test_threaded_socket_manager.py:30
Functiontest_threaded_websocket_manager_verbose
Test that ThreadedApiManager can be initialized with verbose mode
tests/test_websocket_verbose.py:85
Functiontest_ticker_socket
()
tests/test_socket_manager.py:12
Functiontest_time_unit_microseconds
()
tests/test_client.py:220
Functiontest_time_unit_microseconds
()
tests/test_async_client.py:258
Functiontest_time_unit_milloseconds
()
tests/test_client.py:234
Functiontest_time_unit_milloseconds
()
tests/test_async_client.py:269
Functiontest_timeout_handling
Test request timeout handling
tests/test_ws_api.py:86
Functiontest_transfer_history
(client)
tests/test_async_client_futures.py:125
Functiontest_transfer_history
(client)
tests/test_client_futures.py:162
Methodtest_unstake_asset_us_wrong_tld
Test that unstake_asset_us raises exception for non-US client.
tests/test_region_exception.py:53
Methodtest_unstake_asset_us_wrong_tld_async
Test that async unstake_asset_us raises exception for non-US client.
tests/test_region_exception.py:113
Methodtest_user_socket_cleanup_on_exit
User socket should unregister from ws_api on exit.
tests/test_user_socket_integration.py:88
Methodtest_user_socket_context_manager
User socket should work as async context manager.
tests/test_user_socket_integration.py:116
Methodtest_user_socket_has_separate_queue
User socket should have its own queue, not share ws_api's queue.
tests/test_user_socket_integration.py:33
Methodtest_user_socket_no_read_loop
User socket should NOT have its own read loop (ws_api handles reading).
tests/test_user_socket_integration.py:57
Methodtest_user_socket_queue_registered_with_ws_api
User socket's queue should be registered with ws_api for event routing.
tests/test_user_socket_integration.py:71
Methodtest_user_socket_recv_timeout
User socket recv() should timeout gracefully when no events.
tests/test_user_socket_integration.py:106
Methodtest_user_socket_uses_ws_api_subscription
User socket should use ws_api subscription mechanism.
tests/test_user_socket_integration.py:43
Functiontest_version
Test that __version__ is defined
tests/test_init.py:15
Functiontest_websocket_api_propagate_error_puts_on_main_and_subscription_queues
WebsocketAPI._propagate_error should put on main queue AND all subscription queues.
tests/test_error_propagation.py:37
Functiontest_websocket_imports
Test websocket related imports
tests/test_init.py:42
Functiontest_websocket_logger_exists
Test that WebSocket loggers can be configured
tests/test_websocket_verbose.py:7
Functiontest_websocket_logger_level_configuration
Test that WebSocket logger levels can be set
tests/test_websocket_verbose.py:26
Functiontest_websocket_manager_sets_logging_level
Test that verbose mode sets the logging level for WebSocket managers
tests/test_websocket_verbose.py:102
Functiontest_websocket_utility_imports
Test websocket utility imports
tests/test_init.py:50
Methodtest_ws_api_has_subscription_queues
ws_api should have subscription queues dict.
tests/test_user_socket_integration.py:154
Functiontest_ws_api_private_endpoint
Test normal order book request
tests/test_ws_api.py:23
Functiontest_ws_api_public_endpoint
Test normal order book request
tests/test_ws_api.py:15
Methodtest_ws_api_register_unregister_queue
ws_api should be able to register and unregister queues.
tests/test_user_socket_integration.py:165
Methodtest_ws_api_unregister_nonexistent_is_safe
Unregistering a non-existent subscription should not raise.
tests/test_user_socket_integration.py:182
Functiontest_ws_api_with_stream
Test combining WebSocket API requests with stream listening
tests/test_ws_api.py:229
Functiontest_ws_futures_account_balance
(futuresClient)
tests/test_client_ws_futures_requests.py:76
Functiontest_ws_futures_account_balance
(futuresClientAsync)
tests/test_async_client_ws_futures_requests.py:155
Functiontest_ws_futures_account_position
(futuresClient)
tests/test_client_ws_futures_requests.py:66
Functiontest_ws_futures_account_position
(futuresClientAsync)
tests/test_async_client_ws_futures_requests.py:143
Functiontest_ws_futures_account_status
(futuresClient)
tests/test_client_ws_futures_requests.py:86
Functiontest_ws_futures_account_status
(futuresClientAsync)
tests/test_async_client_ws_futures_requests.py:167
Functiontest_ws_futures_conditional_order_with_stop_price
Test that stopPrice is converted to triggerPrice for conditional orders
tests/test_client_ws_futures_requests.py:147
Functiontest_ws_futures_conditional_order_with_stop_price
Test that stopPrice is converted to triggerPrice for conditional orders
tests/test_async_client_ws_futures_requests.py:254
Functiontest_ws_futures_create_cancel_algo_order
Test creating and canceling an algo order via websocket
tests/test_client_ws_futures_requests.py:91
Functiontest_ws_futures_create_cancel_algo_order
Test creating and canceling an algo order via websocket async
tests/test_async_client_ws_futures_requests.py:189
Functiontest_ws_futures_create_conditional_order_auto_routing
Test that conditional order types are automatically routed to algo endpoint
tests/test_client_ws_futures_requests.py:120
Functiontest_ws_futures_create_conditional_order_auto_routing
Test that conditional order types are automatically routed to algo endpoint
tests/test_async_client_ws_futures_requests.py:221
Functiontest_ws_futures_create_get_edit_cancel_order
(futuresClient)
tests/test_client_ws_futures_requests.py:30
Functiontest_ws_futures_create_get_edit_cancel_order_with_orjson
(futuresClientAsync)
tests/test_async_client_ws_futures_requests.py:61
Functiontest_ws_futures_create_get_edit_cancel_order_without_orjson
( futuresClientAsync, )
tests/test_async_client_ws_futures_requests.py:98
Functiontest_ws_futures_fail_to_connect
(futuresClientAsync)
tests/test_async_client_ws_futures_requests.py:173
Functiontest_ws_futures_get_all_tickers
(futuresClient)
tests/test_client_ws_futures_requests.py:20
Functiontest_ws_futures_get_all_tickers
(futuresClientAsync)
tests/test_async_client_ws_futures_requests.py:49
Functiontest_ws_futures_get_order_book
(futuresClient)
tests/test_client_ws_futures_requests.py:9
Functiontest_ws_futures_get_order_book
(futuresClientAsync)
tests/test_async_client_ws_futures_requests.py:17
Functiontest_ws_futures_get_order_book_ticker
(futuresClient)
tests/test_client_ws_futures_requests.py:25
Functiontest_ws_futures_get_order_book_ticker
(futuresClientAsync)
tests/test_async_client_ws_futures_requests.py:55
Functiontest_ws_futures_private_endpoint
Test normal order book request
tests/test_ws_api.py:38
Functiontest_ws_futures_public_endpoint
Test normal order book request
tests/test_ws_api.py:30
Functiontest_ws_futures_v2_account_balance
(futuresClient)
tests/test_client_ws_futures_requests.py:71
Functiontest_ws_futures_v2_account_balance
(futuresClientAsync)
tests/test_async_client_ws_futures_requests.py:149
Functiontest_ws_futures_v2_account_position
(futuresClient)
tests/test_client_ws_futures_requests.py:61
Functiontest_ws_futures_v2_account_position
(futuresClientAsync)
tests/test_async_client_ws_futures_requests.py:137
Functiontest_ws_futures_v2_account_status
(futuresClient)
tests/test_client_ws_futures_requests.py:81
Functiontest_ws_futures_v2_account_status
(futuresClientAsync)
tests/test_async_client_ws_futures_requests.py:161
Functiontest_ws_get_aggregate_trades
(clientAsync)
tests/test_async_client_ws_api.py:14
← previousnext →2,801–2,900 of 3,093, ranked by callers