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
get_personal_left_quota
(self, **params)
binance/async_client.py:1693
Method
get_prevented_matches
Displays the list of orders that were expired because of STP. https://developers.binance.com/docs/binance-spot-api-docs/rest-api/account-endp
binance/client.py:2367
Method
get_prevented_matches
(self, **params)
binance/async_client.py:847
Method
get_products
(self)
binance/async_client.py:313
Method
get_simple_earn_account
(self, **params)
binance/async_client.py:1626
Method
get_simple_earn_flexible_product_list
(self, **params)
binance/async_client.py:1554
Method
get_simple_earn_flexible_product_position
(self, **params)
binance/async_client.py:1608
Method
get_simple_earn_locked_product_list
(self, **params)
binance/async_client.py:1563
Method
get_simple_earn_locked_product_position
(self, **params)
binance/async_client.py:1617
Method
get_small_liability_exchange_assets
(self, **params)
binance/async_client.py:1087
Method
get_small_liability_exchange_history
(self, **params)
binance/async_client.py:1105
Method
get_spot_delist_schedule
(self, **params)
binance/async_client.py:943
Method
get_staking_position
(self, **params)
binance/async_client.py:1672
Method
get_staking_product_list
(self, **params)
binance/async_client.py:1651
Method
get_staking_purchase_history
(self, **params)
binance/async_client.py:1679
Method
get_sub_account_assets
(self, **params)
binance/async_client.py:1780
Method
get_sub_account_futures_transfer_history
(self, **params)
binance/async_client.py:1766
Method
get_sub_account_list
(self, **params)
binance/async_client.py:1752
Method
get_sub_account_transfer_history
(self, **params)
binance/async_client.py:1759
Method
get_subaccount_deposit_address
(self, **params)
binance/async_client.py:1794
Method
get_subaccount_deposit_history
(self, **params)
binance/async_client.py:1801
Method
get_subaccount_futures_details
(self, **params)
binance/async_client.py:1843
Method
get_subaccount_futures_margin_status
(self, **params)
binance/async_client.py:1808
Method
get_subaccount_futures_positionrisk
(self, **params)
binance/async_client.py:1857
Method
get_subaccount_futures_summary
(self, **params)
binance/async_client.py:1850
Method
get_subaccount_margin_details
(self, **params)
binance/async_client.py:1822
Method
get_subaccount_margin_summary
(self, **params)
binance/async_client.py:1829
Method
get_subaccount_transfer_history
(self, **params)
binance/async_client.py:1892
Method
get_symbol
Get the symbol :return: symbol
binance/ws/depthcache.py:290
Method
get_symbol_info
(self, symbol)
binance/async_client.py:327
Method
get_symbol_ticker
(self, **params)
binance/async_client.py:707
Method
get_symbol_ticker_window
Latest price for a symbol or symbols. https://developers.binance.com/docs/binance-spot-api-docs/rest-api/market-data-endpoints#rolling-window
binance/client.py:1247
Method
get_symbol_ticker_window
(self, **params)
binance/async_client.py:714
Method
get_system_status
(self)
binance/async_client.py:857
Method
get_ticker
(self, **params)
binance/async_client.py:700
Method
get_trade_fee
(self, **params)
binance/async_client.py:927
Method
get_ui_klines
(self, **params)
binance/async_client.py:458
Method
get_universal_transfer_history
(self, **params)
binance/async_client.py:1906
Method
get_user_asset
(self, **params)
binance/async_client.py:2707
Method
get_withdraw_history_id
(self, withdraw_id, **params)
binance/async_client.py:976
Method
gift_card_create
(self, **params)
binance/async_client.py:4736
Method
gift_card_create_dual_token
(self, **params)
binance/async_client.py:4743
Method
gift_card_fetch_rsa_public_key
(self, **params)
binance/async_client.py:4713
Method
gift_card_fetch_token_limit
(self, **params)
binance/async_client.py:4706
Method
gift_card_redeem
(self, **params)
binance/async_client.py:4729
Method
gift_card_verify
(self, **params)
binance/async_client.py:4722
Function
handle_depth_cache
(depth_cache)
examples/depth_cache_threaded_example.py:20
Function
handle_message
(msg)
tests/test_threaded_socket_manager.py:71
Function
handle_socket_message
(msg)
tests/test_threaded_socket_manager.py:37
Function
handle_socket_message
(msg)
examples/websocket.py:20
Function
handler
(url, **kwargs)
tests/test_headers.py:50
Function
handler
(url, **kwargs)
tests/test_ids.py:163
Method
isolated_margin_socket
Start a websocket for isolated margin data https://binance-docs.github.io/apidocs/spot/en/#listen-key-isolated-margin :param symbol:
binance/ws/streams.py:1082
Method
isolated_margin_stream_close
(self, symbol, listenKey)
binance/async_client.py:1536
Method
isolated_margin_stream_get_listen_key
(self, symbol)
binance/async_client.py:1503
Method
isolated_margin_stream_keepalive
(self, symbol, listenKey)
binance/async_client.py:1520
Function
liveClient
()
tests/conftest.py:55
Function
liveClientAsync
()
tests/conftest.py:85
Method
make_subaccount_futures_transfer
(self, **params)
binance/async_client.py:1864
Method
make_subaccount_margin_transfer
(self, **params)
binance/async_client.py:1871
Method
make_subaccount_to_master_transfer
(self, **params)
binance/async_client.py:1885
Method
make_subaccount_to_subaccount_transfer
(self, **params)
binance/async_client.py:1878
Method
make_subaccount_universal_transfer
(self, **params)
binance/async_client.py:1899
Method
make_universal_transfer
(self, **params)
binance/async_client.py:911
Function
manager
()
tests/conftest.py:94
Method
margin_borrow_repay
(self, **params)
binance/async_client.py:4831
Method
margin_create_listen_token
Create a listenToken for margin account user data stream https://developers.binance.com/docs/margin_trading/trade-data-stream/Create-Margin-A
binance/async_client.py:1466
Method
margin_get_borrow_repay_records
(self, **params)
binance/async_client.py:4838
Method
margin_interest_history
(self, **params)
binance/async_client.py:4824
Method
margin_interest_rate_history
(self, **params)
binance/async_client.py:4847
Method
margin_manual_liquidation
(self, **params)
binance/async_client.py:1196
Method
margin_max_borrowable
(self, **params)
binance/async_client.py:4854
Method
margin_next_hourly_interest_rate
(self, **params)
binance/async_client.py:4815
Method
margin_stream_close
(self, listenKey)
binance/async_client.py:1452
Method
margin_stream_get_listen_key
(self)
binance/async_client.py:1420
Method
margin_stream_keepalive
(self, listenKey)
binance/async_client.py:1436
Method
margin_v1_delete_account_api_restrictions_ip_restriction_ip_list
Placeholder function for DELETE /sapi/v1/account/apiRestrictions/ipRestriction/ipList. Note: This function was auto-generated. Any is
binance/client.py:17659
Method
margin_v1_delete_account_api_restrictions_ip_restriction_ip_list
(self, **params)
binance/async_client.py:5806
Method
margin_v1_delete_algo_spot_order
Placeholder function for DELETE /sapi/v1/algo/spot/order. Note: This function was auto-generated. Any issue please open an issue on G
binance/client.py:17643
Method
margin_v1_delete_algo_spot_order
(self, **params)
binance/async_client.py:5798
Method
margin_v1_delete_broker_sub_account_api
Placeholder function for DELETE /sapi/v1/broker/subAccountApi. Note: This function was auto-generated. Any issue please open an issue
binance/client.py:17849
Method
margin_v1_delete_broker_sub_account_api
(self, **params)
binance/async_client.py:5861
Method
margin_v1_delete_broker_sub_account_api_ip_restriction_ip_list
Placeholder function for DELETE /sapi/v1/broker/subAccountApi/ipRestriction/ipList. Note: This function was auto-generated. Any issue
binance/client.py:16943
Method
margin_v1_delete_broker_sub_account_api_ip_restriction_ip_list
(self, **params)
binance/async_client.py:5591
Method
margin_v1_delete_sub_account_sub_account_api_ip_restriction_ip_list
Placeholder function for DELETE /sapi/v1/sub-account/subAccountApi/ipRestriction/ipList. Note: This function was auto-generated. Any
binance/client.py:16514
Method
margin_v1_delete_sub_account_sub_account_api_ip_restriction_ip_list
(self, **params)
binance/async_client.py:5467
Method
margin_v1_get_account_api_restrictions_ip_restriction
Placeholder function for GET /sapi/v1/account/apiRestrictions/ipRestriction. Note: This function was auto-generated. Any issue please
binance/client.py:17415
Method
margin_v1_get_account_api_restrictions_ip_restriction
(self, **params)
binance/async_client.py:5737
Method
margin_v1_get_account_info
Placeholder function for GET /sapi/v1/account/info. Note: This function was auto-generated. Any issue please open an issue on GitHub.
binance/client.py:16256
Method
margin_v1_get_account_info
(self, **params)
binance/async_client.py:5381
Method
margin_v1_get_algo_spot_historical_orders
Placeholder function for GET /sapi/v1/algo/spot/historicalOrders. Note: This function was auto-generated. Any issue please open an is
binance/client.py:16390
Method
margin_v1_get_algo_spot_historical_orders
(self, **params)
binance/async_client.py:5421
Method
margin_v1_get_algo_spot_open_orders
Placeholder function for GET /sapi/v1/algo/spot/openOrders. Note: This function was auto-generated. Any issue please open an issue on
binance/client.py:15494
Method
margin_v1_get_algo_spot_open_orders
(self, **params)
binance/async_client.py:5139
Method
margin_v1_get_algo_spot_sub_orders
Placeholder function for GET /sapi/v1/algo/spot/subOrders. Note: This function was auto-generated. Any issue please open an issue on
binance/client.py:18453
Method
margin_v1_get_algo_spot_sub_orders
(self, **params)
binance/async_client.py:6042
Method
margin_v1_get_asset_custody_transfer_history
Placeholder function for GET /sapi/v1/asset/custody/transfer-history. Note: This function was auto-generated. Any issue please open a
binance/client.py:14774
Method
margin_v1_get_asset_custody_transfer_history
(self, **params)
binance/async_client.py:4910
Method
margin_v1_get_asset_ledger_transfer_cloud_mining_query_by_page
Placeholder function for GET /sapi/v1/asset/ledger-transfer/cloud-mining/queryByPage. Note: This function was auto-generated. Any iss
binance/client.py:15978
Method
margin_v1_get_asset_ledger_transfer_cloud_mining_query_by_page
(self, **params)
binance/async_client.py:5293
← previous
next →
1,101–1,200 of 3,093, ranked by callers