python-binance
Getting Started
Binance Constants
General Endpoints
Market Data Endpoints
Account Endpoints
Sub Account Endpoints
Margin Trading Endpoints
Websockets
Depth Cache
Withdraw Endpoints
Helper Functions
Exceptions
FAQ
v1.0.36 - 2026-03-24
v1.0.35 - 2026-02-16
v1.0.34 - 2025-12-16
v1.0.33 - 2025-12-06
v1.0.32 - 2025-11-03
v1.0.30 - 2025-10-14
v1.0.31 - 2025-10-29
v1.0.30 - 2025-10-14
v1.0.28 - 2025-02-27
v1.0.29 - 2025-05-19
v1.0.28 - 2025-02-27
v1.0.27 - 2024-12-31
v1.0.26 - 2024-12-23
v1.0.25 - 2024-12-05
v1.0.24 - 2024-11-28
v1.0.23 - 2024-11-27
v1.0.22 - 2024-10-29
v1.0.21 - 2024-10-23
v1.0.20 - 2024-10-22
v1.0.19 - 2023-08-11
v1.0.18 - 2023-08-09
v1.0.17 - 2023-02-21
v1.0.16 - 2022-04-09
v1.0.15 - 2021-09-27
v1.0.14 - 2021-09-08
v1.0.13 - 2021-09-08
v1.0.12 - 2021-06-03
v1.0.10 - 2021-05-13
v1.0.9 - 2021-05-12
v1.0.8 - 2021-05-11
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v0.7.11
v0.7.5.dev
v0.7.5 - 2020-02-06
v0.7.4 - 2019-09-22
v0.7.3 - 2019-08-12
v0.7.2 - 2019-08-01
v0.7.1 - 2019-01-23
v0.7.0 - 2018-08-08
v0.6.9 - 2018-04-27
v0.6.8 - 2018-03-29
v0.6.7 - 2018-03-14
v0.6.6 - 2018-02-17
v0.6.5 - 2018-02-13
v0.6.4 - 2018-02-09
v0.6.3 - 2018-01-29
v0.6.2 - 2018-01-12
v0.6.1 - 2018-01-10
v0.6.0 - 2018-01-09
v0.5.17 - 2018-01-08
v0.5.16 - 2018-01-06
v0.5.15 - 2018-01-03
v0.5.14 - 2018-01-02
v0.5.13 - 2018-01-01
v0.5.12 - 2017-12-29
v0.5.11 - 2017-12-28
v0.5.10 - 2017-12-28
v0.5.9 - 2017-12-26
v0.5.8 - 2017-12-25
v0.5.7 - 2017-12-24
v0.5.6 - 2017-12-20
v0.5.5 - 2017-12-19
v0.5.4 - 2017-12-14
v0.5.3 - 2017-12-09
v0.5.2 - 2017-12-08
v0.5.1 - 2017-12-06
v0.5.0 - 2017-12-05
v0.4.3 - 2017-12-04
v0.4.2 - 2017-11-30
v0.4.1 - 2017-11-24
v0.4.0 - 2017-11-19
v0.3.8 - 2017-11-17
v0.3.7 - 2017-11-16
v0.3.6 - 2017-11-15
v0.3.5 - 2017-11-06
v0.3.4 - 2017-10-31
v0.3.3 - 2017-10-31
v0.3.2 - 2017-10-30
v0.3.1 - 2017-10-29
v0.3.0 - 2017-10-29
v0.2.0 - 2017-10-27
v0.1.6 - 2017-10-25
v0.1.5 - 2017-09-12
v0.1.4 - 2017-09-06
v0.1.3 - 2017-08-26
v0.1.2 - 2017-08-25
v0.1.1 - 2017-08-17
v0.1.0 - 2017-08-16
v0.0.2 - 2017-08-14
Binance API
python-binance
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
K
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
_
__init__() (binance.async_client.AsyncClient method)
(binance.client.Client method)
(binance.exceptions.BinanceAPIException method)
(binance.exceptions.BinanceOrderException method)
(binance.exceptions.BinanceOrderInactiveSymbolException method)
(binance.exceptions.BinanceOrderMinAmountException method)
(binance.exceptions.BinanceOrderMinPriceException method)
(binance.exceptions.BinanceOrderMinTotalException method)
(binance.exceptions.BinanceOrderUnknownSymbolException method)
(binance.exceptions.BinanceRegionException method)
(binance.exceptions.BinanceRequestException method)
(binance.exceptions.NotImplementedException method)
(binance.ws.depthcache.BaseDepthCacheManager method)
(binance.ws.depthcache.DepthCache method)
(binance.ws.depthcache.DepthCacheManager method)
(binance.ws.depthcache.ThreadedDepthCacheManager method)
(binance.ws.streams.BinanceSocketManager method)
(binance.ws.streams.ThreadedWebsocketManager method)
(binance.ws.threaded_stream.ThreadedApiManager method)
A
ACCOUNT (binance.ws.streams.BinanceSocketType attribute)
add_ask() (binance.ws.depthcache.DepthCache method)
add_bid() (binance.ws.depthcache.DepthCache method)
aggregate_trade_iter() (binance.async_client.AsyncClient method)
(binance.client.Client method)
aggtrade_futures_socket() (binance.ws.streams.BinanceSocketManager method)
aggtrade_socket() (binance.ws.streams.BinanceSocketManager method)
all_mark_price_socket() (binance.ws.streams.BinanceSocketManager method)
all_ticker_futures_socket() (binance.ws.streams.BinanceSocketManager method)
AsyncClient (class in binance.async_client)
B
BaseDepthCacheManager (class in binance.ws.depthcache)
binance.async_client
module
binance.client
module
binance.exceptions
module
binance.helpers
module
binance.ws.depthcache
module
binance.ws.streams
module
binance.ws.threaded_stream
module
BinanceAPIException
BinanceOrderException
BinanceOrderInactiveSymbolException
BinanceOrderMinAmountException
BinanceOrderMinPriceException
BinanceOrderMinTotalException
BinanceOrderUnknownSymbolException
BinanceRegionException
BinanceRequestException
BinanceSocketManager (class in binance.ws.streams)
BinanceSocketType (class in binance.ws.streams)
BinanceWebsocketClosed
BinanceWebsocketQueueOverflow
BinanceWebsocketUnableToConnect
book_ticker_socket() (binance.ws.streams.BinanceSocketManager method)
C
cancel_all_open_margin_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
cancel_all_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
cancel_margin_oco_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
cancel_margin_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
cancel_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
cancel_replace_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
change_fixed_activity_to_daily_position() (binance.async_client.AsyncClient method)
(binance.client.Client method)
Client (class in binance.client)
close() (binance.ws.depthcache.BaseDepthCacheManager method)
close_connection() (binance.async_client.AsyncClient method)
(binance.client.Client method)
coin_futures_socket() (binance.ws.streams.BinanceSocketManager method)
coin_futures_user_socket() (binance.ws.streams.BinanceSocketManager method)
COIN_M_FUTURES (binance.ws.streams.BinanceSocketType attribute)
convert_accept_quote() (binance.async_client.AsyncClient method)
(binance.client.Client method)
convert_list_to_json_array() (in module binance.helpers)
convert_request_quote() (binance.async_client.AsyncClient method)
(binance.client.Client method)
convert_ts_str() (in module binance.helpers)
create() (binance.async_client.AsyncClient class method)
create_isolated_margin_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
create_margin_loan() (binance.async_client.AsyncClient method)
(binance.client.Client method)
create_margin_oco_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
create_margin_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
create_oco_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
create_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
create_sub_account_futures_transfer() (binance.async_client.AsyncClient method)
(binance.client.Client method)
create_test_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
D
date_to_milliseconds() (in module binance.helpers)
depth_socket() (binance.ws.streams.BinanceSocketManager method)
DepthCache (class in binance.ws.depthcache)
DepthCacheManager (class in binance.ws.depthcache)
disable_fast_withdraw_switch() (binance.async_client.AsyncClient method)
(binance.client.Client method)
disable_isolated_margin_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
DSTREAM_DEMO_URL (binance.ws.streams.BinanceSocketManager attribute)
DSTREAM_TESTNET_URL (binance.ws.streams.BinanceSocketManager attribute)
DSTREAM_URL (binance.ws.streams.BinanceSocketManager attribute)
E
enable_fast_withdraw_switch() (binance.async_client.AsyncClient method)
(binance.client.Client method)
enable_isolated_margin_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
enable_subaccount_futures() (binance.async_client.AsyncClient method)
(binance.client.Client method)
enable_subaccount_margin() (binance.async_client.AsyncClient method)
(binance.client.Client method)
exchange_small_liability_assets() (binance.async_client.AsyncClient method)
(binance.client.Client method)
F
FSTREAM_DEMO_URL (binance.ws.streams.BinanceSocketManager attribute)
FSTREAM_TESTNET_URL (binance.ws.streams.BinanceSocketManager attribute)
FSTREAM_URL (binance.ws.streams.BinanceSocketManager attribute)
funding_wallet() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_account_balance() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_account_config() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_account_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_account_transfer() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_adl_quantile_estimate() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_aggregate_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_api_trading_status() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_basis() (binance.client.Client method)
futures_cancel_algo_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_cancel_all_algo_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_cancel_all_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_cancel_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_cancel_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_change_leverage() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_change_margin_type() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_change_multi_assets_mode() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_change_position_margin() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_change_position_mode() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_account_balance() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_account_order_history_download() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_account_order_history_download_link() (binance.async_client.AsyncClient method)
futures_coin_account_trade_history_download() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_account_trade_history_download_link() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_account_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_accout_order_history_download_link() (binance.client.Client method)
futures_coin_aggregate_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_basis() (binance.client.Client method)
futures_coin_cancel_all_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_cancel_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_cancel_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_change_leverage() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_change_margin_type() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_change_position_margin() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_change_position_mode() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_continous_klines() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_countdown_cancel_all() (binance.client.Client method)
futures_coin_create_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_exchange_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_funding_rate() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_get_all_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_get_open_order() (binance.client.Client method)
futures_coin_get_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_get_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_get_position_mode() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_global_longshort_ratio() (binance.client.Client method)
futures_coin_historical_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_income_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_index_price_constituents() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_index_price_klines() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_klines() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_leverage_bracket() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_liquidation_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_mark_price() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_mark_price_klines() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_modify_order() (binance.client.Client method)
futures_coin_open_interest() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_open_interest_hist() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_order_book() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_orderbook_ticker() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_ping() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_place_batch_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_position_information() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_position_margin_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_premium_index_klines() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_recent_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_stream_close() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_stream_get_listen_key() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_stream_keepalive() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_symbol_ticker() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_taker_buy_sell_volume() (binance.client.Client method)
futures_coin_ticker() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_ticker_socket() (binance.ws.streams.BinanceSocketManager method)
futures_coin_time() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_top_longshort_account_ratio() (binance.client.Client method)
futures_coin_top_longshort_position_ratio() (binance.client.Client method)
futures_coin_v1_get_adl_quantile() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_v1_get_commission_rate() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_v1_get_funding_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_v1_get_income_asyn() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_v1_get_income_asyn_id() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_v1_get_order_amendment() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_v1_get_pm_account_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_v1_put_batch_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_coin_v1_put_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_commission_rate() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_continuous_klines() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_countdown_cancel_all() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_create_algo_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_create_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_create_test_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_cross_collateral_adjust_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_cross_collateral_liquidation_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_delivery_price() (binance.client.Client method)
futures_depth_socket() (binance.ws.streams.BinanceSocketManager method)
futures_exchange_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_funding_rate() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_get_algo_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_get_all_algo_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_get_all_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_get_multi_assets_mode() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_get_open_algo_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_get_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_get_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_get_position_mode() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_global_longshort_ratio() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_historical_data_link() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_historical_klines() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_historical_klines_generator() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_historical_mark_price_klines() (binance.client.Client method)
futures_historical_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_income_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_index_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_index_price_constituents() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_index_price_klines() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_insurance_fund_balance_snapshot() (binance.client.Client method)
futures_klines() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_leverage_bracket() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_limit_buy_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_limit_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_limit_sell_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_liquidation_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_loan_borrow_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_loan_interest_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_loan_repay_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_loan_wallet() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_mark_price() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_mark_price_klines() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_market_buy_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_market_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_market_sell_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_modify_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_multiplex_socket() (binance.ws.streams.BinanceSocketManager method)
futures_open_interest() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_open_interest_hist() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_order_book() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_orderbook_ticker() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_ping() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_place_batch_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_position_information() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_position_margin_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_premium_index_klines() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_recent_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_rpi_depth() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_rpi_depth_socket() (binance.ws.streams.BinanceSocketManager method)
futures_socket() (binance.ws.streams.BinanceSocketManager method)
futures_stream_close() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_stream_get_listen_key() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_stream_keepalive() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_symbol_adl_risk() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_symbol_config() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_symbol_ticker() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_taker_longshort_ratio() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_ticker() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_ticker_socket() (binance.ws.streams.BinanceSocketManager method)
futures_time() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_top_longshort_account_ratio() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_top_longshort_position_ratio() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_user_socket() (binance.ws.streams.BinanceSocketManager method)
futures_v1_delete_batch_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_get_asset_index() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_get_convert_exchange_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_get_convert_order_status() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_get_fee_burn() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_get_funding_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_get_income_asyn() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_get_income_asyn_id() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_get_open_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_get_order_amendment() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_get_order_asyn() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_get_order_asyn_id() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_get_pm_account_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_get_rate_limit_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_get_trade_asyn() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_get_trade_asyn_id() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_post_batch_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_post_convert_accept_quote() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_post_convert_get_quote() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_post_fee_burn() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_put_batch_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
futures_v1_put_batch_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
FuturesDepthCacheManager (class in binance.ws.depthcache)
G
get_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_account_api_permissions() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_account_api_trading_status() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_account_snapshot() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_account_status() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_aggregate_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_all_coins_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_all_isolated_margin_symbols() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_all_margin_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_all_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_all_tickers() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_allocations() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_asks() (binance.ws.depthcache.DepthCache method)
get_asset_balance() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_asset_details() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_asset_dividend_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_avg_price() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_bids() (binance.ws.depthcache.DepthCache method)
get_bnb_burn_spot_margin() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_c2c_trade_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_convert_trade_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_cross_margin_collateral_ratio() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_cross_margin_data() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_current_order_count() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_deposit_address() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_deposit_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_depth_cache() (binance.ws.depthcache.BaseDepthCacheManager method)
get_dust_assets() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_dust_log() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_enabled_isolated_margin_account_limit() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_exchange_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_fiat_deposit_withdraw_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_fiat_payments_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_fixed_activity_project_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_future_hourly_interest_rate() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_historical_klines() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_historical_klines_generator() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_historical_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_isolated_margin_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_isolated_margin_fee_data() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_isolated_margin_symbol() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_isolated_margin_tier_data() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_isolated_margin_tranfer_history() (binance.client.Client method)
get_klines() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_loop() (in module binance.helpers)
get_margin_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_margin_all_assets() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_margin_all_pairs() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_margin_asset() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_margin_capital_flow() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_margin_delist_schedule() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_margin_dust_assets() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_margin_dustlog() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_margin_force_liquidation_rec() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_margin_interest_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_margin_loan_details() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_margin_oco_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_margin_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_margin_price_index() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_margin_repay_details() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_margin_symbol() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_margin_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_margin_transfer_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_max_margin_loan() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_max_margin_transfer() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_my_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_open_margin_oco_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_open_margin_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_open_oco_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_order_book() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_orderbook_ticker() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_orderbook_tickers() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_pay_trade_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_personal_left_quota() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_prevented_matches() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_products() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_recent_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_server_time() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_simple_earn_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_simple_earn_flexible_product_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_simple_earn_flexible_product_position() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_simple_earn_locked_product_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_simple_earn_locked_product_position() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_small_liability_exchange_assets() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_small_liability_exchange_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_spot_delist_schedule() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_staking_asset_us() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_staking_balance_us() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_staking_history_us() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_staking_position() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_staking_product_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_staking_purchase_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_staking_rewards_history_us() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_sub_account_assets() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_sub_account_futures_transfer_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_sub_account_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_sub_account_transfer_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_subaccount_deposit_address() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_subaccount_deposit_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_subaccount_futures_details() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_subaccount_futures_margin_status() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_subaccount_futures_positionrisk() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_subaccount_futures_summary() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_subaccount_margin_details() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_subaccount_margin_summary() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_subaccount_transfer_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_symbol() (binance.ws.depthcache.BaseDepthCacheManager method)
get_symbol_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_symbol_ticker() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_symbol_ticker_window() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_system_status() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_ticker() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_trade_fee() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_ui_klines() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_universal_transfer_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_user_asset() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_withdraw_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
get_withdraw_history_id() (binance.async_client.AsyncClient method)
(binance.client.Client method)
gift_card_create() (binance.async_client.AsyncClient method)
(binance.client.Client method)
gift_card_create_dual_token() (binance.async_client.AsyncClient method)
(binance.client.Client method)
gift_card_fetch_rsa_public_key() (binance.async_client.AsyncClient method)
(binance.client.Client method)
gift_card_fetch_token_limit() (binance.async_client.AsyncClient method)
(binance.client.Client method)
gift_card_redeem() (binance.async_client.AsyncClient method)
(binance.client.Client method)
gift_card_verify() (binance.async_client.AsyncClient method)
(binance.client.Client method)
I
index_price_socket() (binance.ws.streams.BinanceSocketManager method)
individual_symbol_ticker_futures_socket() (binance.ws.streams.BinanceSocketManager method)
interval_to_milliseconds() (in module binance.helpers)
isolated_margin_socket() (binance.ws.streams.BinanceSocketManager method)
isolated_margin_stream_close() (binance.async_client.AsyncClient method)
(binance.client.Client method)
isolated_margin_stream_get_listen_key() (binance.async_client.AsyncClient method)
(binance.client.Client method)
isolated_margin_stream_keepalive() (binance.async_client.AsyncClient method)
(binance.client.Client method)
K
kline_futures_socket() (binance.ws.streams.BinanceSocketManager method)
kline_socket() (binance.ws.streams.BinanceSocketManager method)
M
make_subaccount_futures_transfer() (binance.async_client.AsyncClient method)
(binance.client.Client method)
make_subaccount_margin_transfer() (binance.async_client.AsyncClient method)
(binance.client.Client method)
make_subaccount_to_master_transfer() (binance.async_client.AsyncClient method)
(binance.client.Client method)
make_subaccount_to_subaccount_transfer() (binance.async_client.AsyncClient method)
(binance.client.Client method)
make_subaccount_universal_transfer() (binance.async_client.AsyncClient method)
(binance.client.Client method)
make_universal_transfer() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_borrow_repay() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_create_listen_token() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_get_borrow_repay_records() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_interest_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_interest_rate_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_manual_liquidation() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_max_borrowable() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_next_hourly_interest_rate() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_socket() (binance.ws.streams.BinanceSocketManager method)
margin_stream_close() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_stream_get_listen_key() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_stream_keepalive() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_delete_account_api_restrictions_ip_restriction_ip_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_delete_algo_spot_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_delete_broker_sub_account_api() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_delete_broker_sub_account_api_ip_restriction_ip_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_delete_sub_account_sub_account_api_ip_restriction_ip_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_account_api_restrictions_ip_restriction() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_account_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_algo_spot_historical_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_algo_spot_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_algo_spot_sub_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_asset_custody_transfer_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_asset_ledger_transfer_cloud_mining_query_by_page() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_asset_wallet_balance() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_broker_rebate_futures_recent_record() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_broker_rebate_historical_record() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_broker_rebate_recent_record() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_broker_sub_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_broker_sub_account_api() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_broker_sub_account_api_commission_coin_futures() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_broker_sub_account_api_commission_futures() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_broker_sub_account_api_ip_restriction() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_broker_sub_account_bnb_burn_status() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_broker_sub_account_deposit_hist() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_broker_sub_account_futures_summary() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_broker_sub_account_margin_summary() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_broker_sub_account_spot_summary() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_broker_transfer() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_broker_transfer_futures() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_broker_universal_transfer() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_capital_contract_convertible_coins() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_capital_deposit_address_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_convert_asset_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_convert_exchange_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_convert_limit_query_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_convert_order_status() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_copy_trading_futures_lead_symbol() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_copy_trading_futures_user_status() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_dci_product_accounts() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_dci_product_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_dci_product_positions() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_eth_staking_eth_history_redemption_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_eth_staking_eth_history_staking_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_eth_staking_eth_history_wbeth_rewards_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_lending_auto_invest_all_asset() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_lending_auto_invest_history_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_lending_auto_invest_index_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_lending_auto_invest_index_user_summary() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_lending_auto_invest_one_off_status() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_lending_auto_invest_plan_id() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_lending_auto_invest_plan_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_lending_auto_invest_rebalance_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_lending_auto_invest_redeem_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_lending_auto_invest_source_asset_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_lending_auto_invest_target_asset_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_lending_auto_invest_target_asset_roi_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_loan_borrow_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_loan_collateral_data() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_loan_income() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_loan_loanable_data() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_loan_ltv_adjustment_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_loan_ongoing_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_loan_repay_collateral_rate() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_loan_repay_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_loan_vip_collateral_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_loan_vip_loanable_data() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_loan_vip_ongoing_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_loan_vip_repay_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_loan_vip_request_interest_rate() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_localentity_deposit_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_localentity_vasp() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_localentity_withdraw_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_managed_subaccount_account_snapshot() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_managed_subaccount_asset() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_managed_subaccount_deposit_address() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_managed_subaccount_fetch_future_asset() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_managed_subaccount_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_managed_subaccount_margin_asset() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_managed_subaccount_query_trans_log() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_managed_subaccount_query_trans_log_for_investor() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_managed_subaccount_query_trans_log_for_trade_parent() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_margin_all_order_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_margin_available_inventory() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_margin_delist_schedule() (binance.client.Client method)
margin_v1_get_margin_isolated_transfer() (binance.async_client.AsyncClient method)
margin_v1_get_margin_leverage_bracket() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_margin_rate_limit_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_margin_trade_coeff() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_mining_hash_transfer_config_details_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_mining_hash_transfer_profit_details() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_mining_payment_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_mining_payment_other() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_mining_payment_uid() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_mining_pub_algo_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_mining_pub_coin_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_mining_statistics_user_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_mining_statistics_user_status() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_mining_worker_detail() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_mining_worker_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_portfolio_balance() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_simple_earn_flexible_history_redemption_record() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_simple_earn_flexible_history_subscription_record() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_simple_earn_locked_history_redemption_record() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_simple_earn_locked_history_subscription_record() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_sol_staking_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_sol_staking_sol_history_bnsol_rewards_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_sol_staking_sol_history_boost_rewards_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_sol_staking_sol_history_rate_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_sol_staking_sol_history_redemption_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_sol_staking_sol_history_staking_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_sol_staking_sol_history_unclaimed_rewards() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_sol_staking_sol_quota() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_spot_delist_schedule() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_staking_staking_record() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_sub_account_sub_account_api_ip_restriction() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_get_sub_account_transaction_statistics() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_account_api_restrictions_ip_restriction() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_account_api_restrictions_ip_restriction_ip_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_account_disable_fast_withdraw_switch() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_account_enable_fast_withdraw_switch() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_algo_futures_new_order_twap() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_algo_futures_new_order_vp() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_algo_spot_new_order_twap() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_asset_convert_transfer() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_asset_convert_transfer_query_by_page() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_broker_sub_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_broker_sub_account_api() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_broker_sub_account_api_commission() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_broker_sub_account_api_commission_coin_futures() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_broker_sub_account_api_commission_futures() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_broker_sub_account_api_ip_restriction() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_broker_sub_account_api_ip_restriction_ip_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_broker_sub_account_api_permission() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_broker_sub_account_api_permission_universal_transfer() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_broker_sub_account_api_permission_vanilla_options() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_broker_sub_account_blvt() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_broker_sub_account_bnb_burn_margin_interest() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_broker_sub_account_bnb_burn_spot() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_broker_transfer() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_broker_transfer_futures() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_broker_universal_transfer() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_capital_contract_convertible_coins() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_capital_deposit_credit_apply() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_convert_limit_cancel_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_convert_limit_place_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_dci_product_auto_compound_edit_status() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_dci_product_subscribe() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_eth_staking_eth_redeem() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_eth_staking_wbeth_unwrap() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_eth_staking_wbeth_wrap() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_lending_auto_invest_one_off() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_lending_auto_invest_plan_add() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_lending_auto_invest_plan_edit_status() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_lending_auto_invest_redeem() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_lending_customized_fixed_purchase() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_lending_daily_purchase() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_lending_daily_redeem() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_loan_adjust_ltv() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_loan_borrow() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_loan_customize_margin_call() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_loan_flexible_repay_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_loan_repay() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_loan_vip_borrow() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_loan_vip_renew() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_loan_vip_repay() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_localentity_withdraw_apply() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_managed_subaccount_deposit() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_managed_subaccount_withdraw() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_margin_manual_liquidation() (binance.async_client.AsyncClient method)
margin_v1_post_mining_hash_transfer_config() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_mining_hash_transfer_config_cancel() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_portfolio_mint() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_portfolio_redeem() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_portfolio_repay_futures_switch() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_simple_earn_locked_set_redeem_option() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_sol_staking_sol_claim() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_sol_staking_sol_redeem() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_sol_staking_sol_stake() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_sub_account_blvt_enable() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_sub_account_eoptions_enable() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_sub_account_sub_account_api_ip_restriction() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_sub_account_sub_account_api_ip_restriction_ip_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_post_sub_account_virtual_sub_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v1_put_localentity_deposit_provide_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v2_get_broker_sub_account_futures_summary() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v2_get_eth_staking_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v2_get_loan_flexible_borrow_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v2_get_loan_flexible_collateral_data() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v2_get_loan_flexible_loanable_data() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v2_get_loan_flexible_ltv_adjustment_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v2_get_loan_flexible_ongoing_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v2_get_loan_flexible_repay_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v2_get_loan_flexible_repay_rate() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v2_get_localentity_withdraw_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v2_get_portfolio_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v2_get_portfolio_collateral_rate() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v2_post_broker_sub_account_api_ip_restriction() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v2_post_eth_staking_eth_stake() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v2_post_loan_flexible_adjust_ltv() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v2_post_loan_flexible_borrow() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v2_post_loan_flexible_repay() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v2_post_sub_account_sub_account_api_ip_restriction() (binance.async_client.AsyncClient method)
(binance.client.Client method)
margin_v3_get_broker_sub_account_futures_summary() (binance.async_client.AsyncClient method)
(binance.client.Client method)
miniticker_socket() (binance.ws.streams.BinanceSocketManager method)
module
binance.async_client
binance.client
binance.exceptions
binance.helpers
binance.ws.depthcache
binance.ws.streams
binance.ws.threaded_stream
multiplex_socket() (binance.ws.streams.BinanceSocketManager method)
N
new_transfer_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
NotImplementedException
O
OPTIONS (binance.ws.streams.BinanceSocketType attribute)
options_accept_block_trade_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_account_get_block_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_account_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_bill() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_book_ticker_socket() (binance.ws.streams.BinanceSocketManager method)
options_cancel_all_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_cancel_batch_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_cancel_block_trade_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_cancel_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_create_block_trade_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_depth_socket() (binance.ws.streams.BinanceSocketManager method)
options_exchange_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_exercise_record() (binance.client.Client method)
options_extend_block_trade_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_funds_transfer() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_get_bill() (binance.client.Client method)
options_get_block_trade_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_get_block_trade_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_get_market_maker_protection_config() (binance.client.Client method)
options_historical_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_index_price() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_index_price_socket() (binance.ws.streams.BinanceSocketManager method)
options_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_kline_socket() (binance.ws.streams.BinanceSocketManager method)
options_klines() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_mark_price() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_mark_price_socket() (binance.ws.streams.BinanceSocketManager method)
options_multiplex_socket() (binance.ws.streams.BinanceSocketManager method)
options_new_symbol_socket() (binance.ws.streams.BinanceSocketManager method)
options_open_interest() (binance.client.Client method)
options_open_interest_socket() (binance.ws.streams.BinanceSocketManager method)
options_order_book() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_ping() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_place_batch_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_place_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_positions() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_post_market_maker_protection_config() (binance.client.Client method)
options_price() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_query_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_query_order_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_query_pending_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_recent_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_recent_trades_socket() (binance.ws.streams.BinanceSocketManager method)
options_reset_market_maker_protection_config() (binance.client.Client method)
options_ticker_by_expiration_socket() (binance.ws.streams.BinanceSocketManager method)
options_ticker_socket() (binance.ws.streams.BinanceSocketManager method)
options_time() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_user_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_v1_delete_all_open_orders_by_underlying() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_v1_get_block_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_v1_get_countdown_cancel_all() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_v1_get_exercise_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_v1_get_income_asyn() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_v1_get_income_asyn_id() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_v1_get_margin_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_v1_post_countdown_cancel_all() (binance.async_client.AsyncClient method)
(binance.client.Client method)
options_v1_post_countdown_cancel_all_heart_beat() (binance.async_client.AsyncClient method)
(binance.client.Client method)
OptionsDepthCacheManager (class in binance.ws.depthcache)
order_limit() (binance.async_client.AsyncClient method)
(binance.client.Client method)
order_limit_buy() (binance.async_client.AsyncClient method)
(binance.client.Client method)
order_limit_sell() (binance.async_client.AsyncClient method)
(binance.client.Client method)
order_market() (binance.async_client.AsyncClient method)
(binance.client.Client method)
order_market_buy() (binance.async_client.AsyncClient method)
(binance.client.Client method)
order_market_sell() (binance.async_client.AsyncClient method)
(binance.client.Client method)
order_oco_buy() (binance.async_client.AsyncClient method)
(binance.client.Client method)
order_oco_sell() (binance.async_client.AsyncClient method)
(binance.client.Client method)
P
papi_bnb_transfer() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_cancel_cm_all_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_cancel_cm_conditional_all_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_cancel_cm_conditional_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_cancel_cm_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_cancel_margin_all_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_cancel_margin_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_cancel_margin_order_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_cancel_um_all_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_cancel_um_conditional_all_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_cancel_um_conditional_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_cancel_um_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_change_cm_position_side_dual() (binance.client.Client method)
papi_change_um_position_side_dual() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_create_cm_conditional_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_create_cm_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_create_margin_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_create_um_conditional_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_create_um_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_fund_asset_collection() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_fund_auto_collection() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_balance() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_cm_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_cm_adl_quantile() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_cm_all_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_cm_comission_rate() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_cm_conditional_all_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_cm_conditional_open_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_cm_conditional_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_cm_conditional_order_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_cm_force_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_cm_income_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_cm_leverage_bracket() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_cm_open_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_cm_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_cm_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_cm_order_amendment() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_cm_position_risk() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_cm_position_side_dual() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_cm_user_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_margin_all_order_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_margin_all_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_margin_force_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_margin_interest_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_margin_margin_loan() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_margin_max_borrowable() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_margin_max_withdraw() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_margin_my_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_margin_open_order_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_margin_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_margin_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_margin_order_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_margin_repay_debt() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_margin_repay_loan() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_portfolio_interest_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_portfolio_negative_balance_exchange_record() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_rate_limit() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_repay_futures_switch() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_account_config() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_account_v2() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_adl_quantile() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_all_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_api_trading_status() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_comission_rate() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_conditional_all_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_conditional_open_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_conditional_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_conditional_order_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_fee_burn() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_force_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_income_asyn() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_income_asyn_id() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_income_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_leverage_bracket() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_open_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_order_amendment() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_order_asyn() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_order_asyn_id() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_position_risk() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_position_side_dual() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_symbol_config() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_trade_asyn() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_trade_asyn_id() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_get_um_user_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_margin_loan() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_margin_order_oco() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_modify_cm_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_modify_um_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_ping() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_repay_futures_negative_balance() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_repay_futures_switch() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_repay_loan() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_set_cm_leverage() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_set_um_fee_burn() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_set_um_leverage() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_stream_close() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_stream_get_listen_key() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_stream_keepalive() (binance.async_client.AsyncClient method)
(binance.client.Client method)
papi_v1_post_ping() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ping() (binance.async_client.AsyncClient method)
(binance.client.Client method)
portfolio_margin_socket() (binance.ws.streams.BinanceSocketManager method)
purchase_staking_product() (binance.async_client.AsyncClient method)
(binance.client.Client method)
Q
query_subaccount_spot_summary() (binance.async_client.AsyncClient method)
(binance.client.Client method)
query_universal_transfer_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
R
ReadLoopClosed
recv() (binance.ws.depthcache.BaseDepthCacheManager method)
redeem_simple_earn_flexible_product() (binance.async_client.AsyncClient method)
(binance.client.Client method)
redeem_simple_earn_locked_product() (binance.async_client.AsyncClient method)
(binance.client.Client method)
redeem_staking_product() (binance.async_client.AsyncClient method)
(binance.client.Client method)
repay_margin_loan() (binance.async_client.AsyncClient method)
(binance.client.Client method)
round_step_size() (in module binance.helpers)
run() (binance.ws.threaded_stream.ThreadedApiManager method)
S
set_auto_staking() (binance.async_client.AsyncClient method)
(binance.client.Client method)
set_margin_max_leverage() (binance.async_client.AsyncClient method)
(binance.client.Client method)
socket_listener() (binance.ws.threaded_stream.ThreadedApiManager method)
sort_depth() (binance.ws.depthcache.DepthCache static method)
SPOT (binance.ws.streams.BinanceSocketType attribute)
stake_asset_us() (binance.async_client.AsyncClient method)
(binance.client.Client method)
start_aggtrade_futures_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_aggtrade_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_all_mark_price_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_all_ticker_futures_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_book_ticker_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_coin_futures_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_coin_futures_user_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_depth_cache() (binance.ws.depthcache.ThreadedDepthCacheManager method)
start_depth_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_futures_depth_socket() (binance.ws.depthcache.ThreadedDepthCacheManager method)
(binance.ws.streams.ThreadedWebsocketManager method)
start_futures_multiplex_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_futures_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_futures_user_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_index_price_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_individual_symbol_ticker_futures_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_isolated_margin_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_kline_futures_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_kline_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_listener() (binance.ws.threaded_stream.ThreadedApiManager method)
start_margin_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_miniticker_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_multiplex_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_options_depth_socket() (binance.ws.depthcache.ThreadedDepthCacheManager method)
(binance.ws.streams.ThreadedWebsocketManager method)
start_options_kline_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_options_multiplex_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_options_recent_trades_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_options_ticker_by_expiration_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_options_ticker_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_symbol_book_ticker_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_symbol_mark_price_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_symbol_miniticker_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_symbol_ticker_futures_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_symbol_ticker_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_ticker_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_trade_socket() (binance.ws.streams.ThreadedWebsocketManager method)
start_user_socket() (binance.ws.streams.ThreadedWebsocketManager method)
stop() (binance.ws.threaded_stream.ThreadedApiManager method)
stop_client() (binance.ws.threaded_stream.ThreadedApiManager method)
stop_socket() (binance.ws.threaded_stream.ThreadedApiManager method)
stream_close() (binance.async_client.AsyncClient method)
(binance.client.Client method)
STREAM_DEMO_URL (binance.ws.streams.BinanceSocketManager attribute)
stream_get_listen_key() (binance.async_client.AsyncClient method)
(binance.client.Client method)
stream_keepalive() (binance.async_client.AsyncClient method)
(binance.client.Client method)
STREAM_TESTNET_URL (binance.ws.streams.BinanceSocketManager attribute)
STREAM_URL (binance.ws.streams.BinanceSocketManager attribute)
subscribe_simple_earn_flexible_product() (binance.async_client.AsyncClient method)
(binance.client.Client method)
subscribe_simple_earn_locked_product() (binance.async_client.AsyncClient method)
(binance.client.Client method)
symbol_book_ticker_socket() (binance.ws.streams.BinanceSocketManager method)
symbol_mark_price_socket() (binance.ws.streams.BinanceSocketManager method)
symbol_miniticker_socket() (binance.ws.streams.BinanceSocketManager method)
symbol_ticker_futures_socket() (binance.ws.streams.BinanceSocketManager method)
symbol_ticker_socket() (binance.ws.streams.BinanceSocketManager method)
T
ThreadedApiManager (class in binance.ws.threaded_stream)
ThreadedDepthCacheManager (class in binance.ws.depthcache)
ThreadedWebsocketManager (class in binance.ws.streams)
ticker_socket() (binance.ws.streams.BinanceSocketManager method)
TIMEOUT (binance.ws.depthcache.BaseDepthCacheManager attribute)
toggle_bnb_burn_spot_margin() (binance.async_client.AsyncClient method)
(binance.client.Client method)
trade_socket() (binance.ws.streams.BinanceSocketManager method)
transfer_dust() (binance.async_client.AsyncClient method)
(binance.client.Client method)
transfer_history() (binance.async_client.AsyncClient method)
(binance.client.Client method)
transfer_isolated_margin_to_spot() (binance.async_client.AsyncClient method)
(binance.client.Client method)
transfer_margin_dust() (binance.async_client.AsyncClient method)
(binance.client.Client method)
transfer_margin_to_spot() (binance.async_client.AsyncClient method)
(binance.client.Client method)
transfer_spot_to_isolated_margin() (binance.async_client.AsyncClient method)
(binance.client.Client method)
transfer_spot_to_margin() (binance.async_client.AsyncClient method)
(binance.client.Client method)
U
universal_transfer() (binance.async_client.AsyncClient method)
(binance.client.Client method)
UnknownDateFormat
unstake_asset_us() (binance.async_client.AsyncClient method)
(binance.client.Client method)
USD_M_FUTURES (binance.ws.streams.BinanceSocketType attribute)
user_socket() (binance.ws.streams.BinanceSocketManager method)
V
v3_delete_open_orders() (binance.async_client.AsyncClient method)
v3_delete_order() (binance.async_client.AsyncClient method)
v3_delete_order_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
v3_delete_user_data_stream() (binance.async_client.AsyncClient method)
v3_get_account() (binance.async_client.AsyncClient method)
v3_get_account_commission() (binance.async_client.AsyncClient method)
(binance.client.Client method)
v3_get_all_order_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
v3_get_all_orders() (binance.async_client.AsyncClient method)
v3_get_my_allocations() (binance.async_client.AsyncClient method)
v3_get_my_prevented_matches() (binance.async_client.AsyncClient method)
v3_get_my_trades() (binance.async_client.AsyncClient method)
v3_get_open_order_list() (binance.async_client.AsyncClient method)
v3_get_open_orders() (binance.async_client.AsyncClient method)
v3_get_order() (binance.async_client.AsyncClient method)
v3_get_order_list() (binance.async_client.AsyncClient method)
(binance.client.Client method)
v3_get_rate_limit_order() (binance.async_client.AsyncClient method)
v3_get_ticker_trading_day() (binance.async_client.AsyncClient method)
(binance.client.Client method)
v3_post_cancel_replace() (binance.async_client.AsyncClient method)
(binance.client.Client method)
v3_post_order() (binance.async_client.AsyncClient method)
v3_post_order_cancel_replace() (binance.async_client.AsyncClient method)
v3_post_order_list_oco() (binance.async_client.AsyncClient method)
v3_post_order_list_oto() (binance.async_client.AsyncClient method)
(binance.client.Client method)
v3_post_order_list_otoco() (binance.async_client.AsyncClient method)
(binance.client.Client method)
v3_post_order_test() (binance.async_client.AsyncClient method)
v3_post_sor_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
v3_post_sor_order_test() (binance.async_client.AsyncClient method)
(binance.client.Client method)
v3_post_user_data_stream() (binance.async_client.AsyncClient method)
v3_put_user_data_stream() (binance.async_client.AsyncClient method)
W
WEBSOCKET_DEPTH_10 (binance.ws.streams.BinanceSocketManager attribute)
WEBSOCKET_DEPTH_20 (binance.ws.streams.BinanceSocketManager attribute)
WEBSOCKET_DEPTH_5 (binance.ws.streams.BinanceSocketManager attribute)
withdraw() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_cancel_all_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_cancel_and_replace_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_cancel_oco_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_cancel_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_create_oco_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_create_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_create_oto_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_create_otoco_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_create_sor_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_create_test_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_create_test_sor_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_futures_account_balance() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_futures_account_position() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_futures_account_status() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_futures_cancel_algo_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_futures_cancel_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_futures_create_algo_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_futures_create_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_futures_edit_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_futures_get_all_tickers() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_futures_get_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_futures_get_order_book() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_futures_get_order_book_ticker() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_futures_v2_account_balance() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_futures_v2_account_position() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_futures_v2_account_status() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_account() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_account_rate_limits_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_aggregate_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_all_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_allocations() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_avg_price() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_commission_rates() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_exchange_info() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_historical_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_klines() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_my_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_oco_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_oco_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_open_orders() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_order() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_order_book() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_orderbook_ticker() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_prevented_matches() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_recent_trades() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_symbol_ticker() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_symbol_ticker_window() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_ticker() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_time() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_trading_day_ticker() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_get_uiKlines() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_order_limit() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_order_limit_buy() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_order_limit_sell() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_order_market() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_order_market_buy() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_order_market_sell() (binance.async_client.AsyncClient method)
(binance.client.Client method)
ws_ping() (binance.async_client.AsyncClient method)
(binance.client.Client method)