python-binance
latest
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
Changelog
Binance API
python-binance
Docs
»
Index
Edit on GitHub
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
K
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
_
__init__() (binance.client.Client method)
(binance.depthcache.BaseDepthCacheManager method)
(binance.depthcache.DepthCache method)
(binance.depthcache.DepthCacheManager 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.BinanceRequestException method)
(binance.exceptions.BinanceWithdrawException method)
(binance.websockets.BinanceClientProtocol method)
(binance.websockets.BinanceSocketManager method)
A
add_ask() (binance.depthcache.DepthCache method)
add_bid() (binance.depthcache.DepthCache method)
AGG_BEST_MATCH (binance.client.Client attribute)
AGG_BUYER_MAKES (binance.client.Client attribute)
AGG_FIRST_TRADE_ID (binance.client.Client attribute)
AGG_ID (binance.client.Client attribute)
AGG_LAST_TRADE_ID (binance.client.Client attribute)
AGG_PRICE (binance.client.Client attribute)
AGG_QUANTITY (binance.client.Client attribute)
AGG_TIME (binance.client.Client attribute)
aggregate_trade_iter() (binance.client.Client method)
API_URL (binance.client.Client attribute)
B
BaseDepthCacheManager (class in binance.depthcache)
binance.client (module)
binance.depthcache (module)
binance.exceptions (module)
binance.helpers (module)
binance.websockets (module)
BinanceAPIException
BinanceClientFactory (class in binance.websockets)
BinanceClientProtocol (class in binance.websockets)
BinanceOrderException
BinanceOrderInactiveSymbolException
BinanceOrderMinAmountException
BinanceOrderMinPriceException
BinanceOrderMinTotalException
BinanceOrderUnknownSymbolException
BinanceReconnectingClientFactory (class in binance.websockets)
BinanceRequestException
BinanceSocketManager (class in binance.websockets)
BinanceWithdrawException
C
cancel_margin_order() (binance.client.Client method)
cancel_order() (binance.client.Client method)
change_fixed_activity_to_daily_position() (binance.client.Client method)
Client (class in binance.client)
clientConnectionFailed() (binance.websockets.BinanceClientFactory method)
clientConnectionLost() (binance.websockets.BinanceClientFactory method)
close() (binance.depthcache.BaseDepthCacheManager method)
(binance.websockets.BinanceSocketManager method)
COIN_FUTURE_TO_SPOT (binance.client.Client attribute)
create_isolated_margin_account() (binance.client.Client method)
create_margin_loan() (binance.client.Client method)
create_margin_order() (binance.client.Client method)
create_oco_order() (binance.client.Client method)
create_order() (binance.client.Client method)
create_sub_account_futures_transfer() (binance.client.Client method)
create_sub_account_transfer() (binance.client.Client method)
create_test_order() (binance.client.Client method)
D
date_to_milliseconds() (in module binance.helpers)
DEFAULT_REFRESH (binance.depthcache.BaseDepthCacheManager attribute)
DEFAULT_USER_TIMEOUT (binance.websockets.BinanceSocketManager attribute)
DepthCache (class in binance.depthcache)
DepthCacheManager (class in binance.depthcache)
disable_fast_withdraw_switch() (binance.client.Client method)
E
enable_fast_withdraw_switch() (binance.client.Client method)
enable_subaccount_futures() (binance.client.Client method)
enable_subaccount_margin() (binance.client.Client method)
F
FIAT_TO_MINING (binance.client.Client attribute)
FIAT_TO_SPOT (binance.client.Client attribute)
FIAT_TO_USDT_FUTURE (binance.client.Client attribute)
FSTREAM_URL (binance.websockets.BinanceSocketManager attribute)
FUTURE_ORDER_TYPE_LIMIT (binance.client.Client attribute)
FUTURE_ORDER_TYPE_LIMIT_MAKER (binance.client.Client attribute)
FUTURE_ORDER_TYPE_MARKET (binance.client.Client attribute)
FUTURE_ORDER_TYPE_STOP (binance.client.Client attribute)
FUTURE_ORDER_TYPE_STOP_MARKET (binance.client.Client attribute)
FUTURE_ORDER_TYPE_TAKE_PROFIT (binance.client.Client attribute)
FUTURE_ORDER_TYPE_TAKE_PROFIT_MARKET (binance.client.Client attribute)
futures_account() (binance.client.Client method)
futures_account_balance() (binance.client.Client method)
futures_account_trades() (binance.client.Client method)
futures_account_transfer() (binance.client.Client method)
futures_aggregate_trades() (binance.client.Client method)
FUTURES_API_VERSION (binance.client.Client attribute)
FUTURES_API_VERSION2 (binance.client.Client attribute)
futures_cancel_all_open_orders() (binance.client.Client method)
futures_cancel_order() (binance.client.Client method)
futures_cancel_orders() (binance.client.Client method)
futures_change_leverage() (binance.client.Client method)
futures_change_margin_type() (binance.client.Client method)
futures_change_position_margin() (binance.client.Client method)
futures_change_position_mode() (binance.client.Client method)
futures_coin_account() (binance.client.Client method)
futures_coin_account_balance() (binance.client.Client method)
futures_coin_account_trades() (binance.client.Client method)
futures_coin_aggregate_trades() (binance.client.Client method)
futures_coin_cancel_all_open_orders() (binance.client.Client method)
futures_coin_cancel_order() (binance.client.Client method)
futures_coin_cancel_orders() (binance.client.Client method)
futures_coin_change_leverage() (binance.client.Client method)
futures_coin_change_margin_type() (binance.client.Client method)
futures_coin_change_position_margin() (binance.client.Client method)
futures_coin_change_position_mode() (binance.client.Client method)
futures_coin_continous_klines() (binance.client.Client method)
futures_coin_create_order() (binance.client.Client method)
FUTURES_COIN_DATA_URL (binance.client.Client attribute)
futures_coin_exchange_info() (binance.client.Client method)
futures_coin_funding_rate() (binance.client.Client method)
futures_coin_get_all_orders() (binance.client.Client method)
futures_coin_get_open_orders() (binance.client.Client method)
futures_coin_get_order() (binance.client.Client method)
futures_coin_get_position_mode() (binance.client.Client method)
futures_coin_historical_trades() (binance.client.Client method)
futures_coin_income_history() (binance.client.Client method)
futures_coin_index_price_klines() (binance.client.Client method)
futures_coin_klines() (binance.client.Client method)
futures_coin_leverage_bracket() (binance.client.Client method)
futures_coin_liquidation_orders() (binance.client.Client method)
futures_coin_mark_price() (binance.client.Client method)
futures_coin_mark_price_klines() (binance.client.Client method)
futures_coin_open_interest() (binance.client.Client method)
futures_coin_open_interest_hist() (binance.client.Client method)
futures_coin_order_book() (binance.client.Client method)
futures_coin_orderbook_ticker() (binance.client.Client method)
futures_coin_ping() (binance.client.Client method)
futures_coin_position_information() (binance.client.Client method)
futures_coin_position_margin_history() (binance.client.Client method)
futures_coin_recent_trades() (binance.client.Client method)
futures_coin_symbol_ticker() (binance.client.Client method)
futures_coin_ticker() (binance.client.Client method)
futures_coin_time() (binance.client.Client method)
FUTURES_COIN_URL (binance.client.Client attribute)
futures_continous_klines() (binance.client.Client method)
futures_create_order() (binance.client.Client method)
FUTURES_DATA_URL (binance.client.Client attribute)
futures_exchange_info() (binance.client.Client method)
futures_funding_rate() (binance.client.Client method)
futures_get_all_orders() (binance.client.Client method)
futures_get_open_orders() (binance.client.Client method)
futures_get_order() (binance.client.Client method)
futures_get_position_mode() (binance.client.Client method)
futures_historical_klines() (binance.client.Client method)
futures_historical_klines_generator() (binance.client.Client method)
futures_historical_trades() (binance.client.Client method)
futures_income_history() (binance.client.Client method)
futures_klines() (binance.client.Client method)
futures_leverage_bracket() (binance.client.Client method)
futures_liquidation_orders() (binance.client.Client method)
futures_mark_price() (binance.client.Client method)
futures_open_interest() (binance.client.Client method)
futures_open_interest_hist() (binance.client.Client method)
futures_order_book() (binance.client.Client method)
futures_orderbook_ticker() (binance.client.Client method)
futures_ping() (binance.client.Client method)
futures_position_information() (binance.client.Client method)
futures_position_margin_history() (binance.client.Client method)
futures_recent_trades() (binance.client.Client method)
futures_symbol_ticker() (binance.client.Client method)
futures_ticker() (binance.client.Client method)
futures_time() (binance.client.Client method)
FUTURES_URL (binance.client.Client attribute)
G
get_account() (binance.client.Client method)
get_account_api_trading_status() (binance.client.Client method)
get_account_snapshot() (binance.client.Client method)
get_account_status() (binance.client.Client method)
get_aggregate_trades() (binance.client.Client method)
get_all_coins_info() (binance.client.Client method)
get_all_isolated_margin_symbols() (binance.client.Client method)
get_all_margin_orders() (binance.client.Client method)
get_all_orders() (binance.client.Client method)
get_all_tickers() (binance.client.Client method)
get_asks() (binance.depthcache.DepthCache method)
get_asset_balance() (binance.client.Client method)
get_asset_details() (binance.client.Client method)
get_asset_dividend_history() (binance.client.Client method)
get_avg_price() (binance.client.Client method)
get_bids() (binance.depthcache.DepthCache method)
get_bnb_burn_spot_margin() (binance.client.Client method)
get_deposit_address() (binance.client.Client method)
get_deposit_history() (binance.client.Client method)
get_depth_cache() (binance.depthcache.BaseDepthCacheManager method)
get_dust_log() (binance.client.Client method)
get_exchange_info() (binance.client.Client method)
get_fixed_activity_project_list() (binance.client.Client method)
get_historical_klines() (binance.client.Client method)
get_historical_klines_generator() (binance.client.Client method)
get_historical_trades() (binance.client.Client method)
get_isolated_margin_account() (binance.client.Client method)
get_isolated_margin_symbol() (binance.client.Client method)
get_klines() (binance.client.Client method)
get_lending_account() (binance.client.Client method)
get_lending_daily_quota_left() (binance.client.Client method)
get_lending_daily_redemption_quota() (binance.client.Client method)
get_lending_interest_history() (binance.client.Client method)
get_lending_position() (binance.client.Client method)
get_lending_product_list() (binance.client.Client method)
get_lending_purchase_history() (binance.client.Client method)
get_lending_redemption_history() (binance.client.Client method)
get_margin_account() (binance.client.Client method)
get_margin_asset() (binance.client.Client method)
get_margin_loan_details() (binance.client.Client method)
get_margin_order() (binance.client.Client method)
get_margin_price_index() (binance.client.Client method)
get_margin_repay_details() (binance.client.Client method)
get_margin_symbol() (binance.client.Client method)
get_margin_trades() (binance.client.Client method)
get_max_margin_loan() (binance.client.Client method)
get_max_margin_transfer() (binance.client.Client method)
get_my_trades() (binance.client.Client method)
get_open_margin_orders() (binance.client.Client method)
get_open_orders() (binance.client.Client method)
get_order() (binance.client.Client method)
get_order_book() (binance.client.Client method)
get_orderbook_ticker() (binance.client.Client method)
get_orderbook_tickers() (binance.client.Client method)
get_products() (binance.client.Client method)
get_recent_trades() (binance.client.Client method)
get_server_time() (binance.client.Client method)
get_sub_account_assets() (binance.client.Client method)
get_sub_account_futures_transfer_history() (binance.client.Client method)
get_sub_account_list() (binance.client.Client method)
get_sub_account_transfer_history() (binance.client.Client method)
get_subaccount_deposit_address() (binance.client.Client method)
get_subaccount_deposit_history() (binance.client.Client method)
get_subaccount_futures_details() (binance.client.Client method)
get_subaccount_futures_margin_status() (binance.client.Client method)
get_subaccount_futures_positionrisk() (binance.client.Client method)
get_subaccount_futures_summary() (binance.client.Client method)
get_subaccount_margin_details() (binance.client.Client method)
get_subaccount_margin_summary() (binance.client.Client method)
get_subaccount_transfer_history() (binance.client.Client method)
get_symbol() (binance.depthcache.BaseDepthCacheManager method)
get_symbol_info() (binance.client.Client method)
get_symbol_ticker() (binance.client.Client method)
get_system_status() (binance.client.Client method)
get_ticker() (binance.client.Client method)
get_trade_fee() (binance.client.Client method)
get_universal_transfer_history() (binance.client.Client method)
get_withdraw_history() (binance.client.Client method)
get_withdraw_history_id() (binance.client.Client method)
I
initialDelay (binance.websockets.BinanceReconnectingClientFactory attribute)
interval_to_milliseconds() (in module binance.helpers)
isolated_margin_stream_close() (binance.client.Client method)
isolated_margin_stream_get_listen_key() (binance.client.Client method)
isolated_margin_stream_keepalive() (binance.client.Client method)
K
KLINE_INTERVAL_12HOUR (binance.client.Client attribute)
KLINE_INTERVAL_15MINUTE (binance.client.Client attribute)
KLINE_INTERVAL_1DAY (binance.client.Client attribute)
KLINE_INTERVAL_1HOUR (binance.client.Client attribute)
KLINE_INTERVAL_1MINUTE (binance.client.Client attribute)
KLINE_INTERVAL_1MONTH (binance.client.Client attribute)
KLINE_INTERVAL_1WEEK (binance.client.Client attribute)
KLINE_INTERVAL_2HOUR (binance.client.Client attribute)
KLINE_INTERVAL_30MINUTE (binance.client.Client attribute)
KLINE_INTERVAL_3DAY (binance.client.Client attribute)
KLINE_INTERVAL_3MINUTE (binance.client.Client attribute)
KLINE_INTERVAL_4HOUR (binance.client.Client attribute)
KLINE_INTERVAL_5MINUTE (binance.client.Client attribute)
KLINE_INTERVAL_6HOUR (binance.client.Client attribute)
KLINE_INTERVAL_8HOUR (binance.client.Client attribute)
M
make_subaccount_futures_transfer() (binance.client.Client method)
make_subaccount_margin_transfer() (binance.client.Client method)
make_subaccount_to_master_transfer() (binance.client.Client method)
make_subaccount_to_subaccount_transfer() (binance.client.Client method)
make_universal_transfer() (binance.client.Client method)
MARGIN_API_URL (binance.client.Client attribute)
MARGIN_API_VERSION (binance.client.Client attribute)
MARGIN_CROSS_TO_SPOT (binance.client.Client attribute)
MARGIN_CROSS_TO_USDT_FUTURE (binance.client.Client attribute)
margin_stream_close() (binance.client.Client method)
margin_stream_get_listen_key() (binance.client.Client method)
margin_stream_keepalive() (binance.client.Client method)
maxDelay (binance.websockets.BinanceReconnectingClientFactory attribute)
maxRetries (binance.websockets.BinanceReconnectingClientFactory attribute)
MINING_TO_FIAT (binance.client.Client attribute)
MINING_TO_SPOT (binance.client.Client attribute)
MINING_TO_USDT_FUTURE (binance.client.Client attribute)
N
new_transfer_history() (binance.client.Client method)
O
onConnect() (binance.websockets.BinanceClientProtocol method)
onMessage() (binance.websockets.BinanceClientProtocol method)
options_account_info() (binance.client.Client method)
OPTIONS_API_VERSION (binance.client.Client attribute)
options_bill() (binance.client.Client method)
options_cancel_all_orders() (binance.client.Client method)
options_cancel_batch_order() (binance.client.Client method)
options_cancel_order() (binance.client.Client method)
options_exchange_info() (binance.client.Client method)
options_funds_transfer() (binance.client.Client method)
options_historical_trades() (binance.client.Client method)
options_index_price() (binance.client.Client method)
options_info() (binance.client.Client method)
options_klines() (binance.client.Client method)
options_mark_price() (binance.client.Client method)
options_order_book() (binance.client.Client method)
options_ping() (binance.client.Client method)
options_place_batch_order() (binance.client.Client method)
options_place_order() (binance.client.Client method)
options_positions() (binance.client.Client method)
options_price() (binance.client.Client method)
options_query_order() (binance.client.Client method)
options_query_order_history() (binance.client.Client method)
options_query_pending_orders() (binance.client.Client method)
options_recent_trades() (binance.client.Client method)
OPTIONS_TESTNET_URL (binance.client.Client attribute)
options_time() (binance.client.Client method)
OPTIONS_URL (binance.client.Client attribute)
options_user_trades() (binance.client.Client method)
OptionsDepthCacheManager (class in binance.depthcache)
order_limit() (binance.client.Client method)
order_limit_buy() (binance.client.Client method)
order_limit_sell() (binance.client.Client method)
order_market() (binance.client.Client method)
order_market_buy() (binance.client.Client method)
order_market_sell() (binance.client.Client method)
order_oco_buy() (binance.client.Client method)
order_oco_sell() (binance.client.Client method)
ORDER_RESP_TYPE_ACK (binance.client.Client attribute)
ORDER_RESP_TYPE_FULL (binance.client.Client attribute)
ORDER_RESP_TYPE_RESULT (binance.client.Client attribute)
ORDER_STATUS_CANCELED (binance.client.Client attribute)
ORDER_STATUS_EXPIRED (binance.client.Client attribute)
ORDER_STATUS_FILLED (binance.client.Client attribute)
ORDER_STATUS_NEW (binance.client.Client attribute)
ORDER_STATUS_PARTIALLY_FILLED (binance.client.Client attribute)
ORDER_STATUS_PENDING_CANCEL (binance.client.Client attribute)
ORDER_STATUS_REJECTED (binance.client.Client attribute)
ORDER_TYPE_LIMIT (binance.client.Client attribute)
ORDER_TYPE_LIMIT_MAKER (binance.client.Client attribute)
ORDER_TYPE_MARKET (binance.client.Client attribute)
ORDER_TYPE_STOP_LOSS (binance.client.Client attribute)
ORDER_TYPE_STOP_LOSS_LIMIT (binance.client.Client attribute)
ORDER_TYPE_TAKE_PROFIT (binance.client.Client attribute)
ORDER_TYPE_TAKE_PROFIT_LIMIT (binance.client.Client attribute)
P
ping() (binance.client.Client method)
PRIVATE_API_VERSION (binance.client.Client attribute)
protocol (binance.websockets.BinanceClientFactory attribute)
PUBLIC_API_VERSION (binance.client.Client attribute)
purchase_lending_product() (binance.client.Client method)
Q
query_subaccount_spot_summary() (binance.client.Client method)
query_universal_transfer_history() (binance.client.Client method)
R
redeem_lending_product() (binance.client.Client method)
repay_margin_loan() (binance.client.Client method)
run() (binance.websockets.BinanceSocketManager method)
S
SIDE_BUY (binance.client.Client attribute)
SIDE_SELL (binance.client.Client attribute)
sort_depth() (binance.depthcache.DepthCache static method)
SPOT_TO_COIN_FUTURE (binance.client.Client attribute)
SPOT_TO_FIAT (binance.client.Client attribute)
SPOT_TO_MARGIN_CROSS (binance.client.Client attribute)
SPOT_TO_MINING (binance.client.Client attribute)
SPOT_TO_USDT_FUTURE (binance.client.Client attribute)
start_aggtrade_futures_socket() (binance.websockets.BinanceSocketManager method)
start_aggtrade_socket() (binance.websockets.BinanceSocketManager method)
start_all_mark_price_socket() (binance.websockets.BinanceSocketManager method)
start_all_ticker_futures_socket() (binance.websockets.BinanceSocketManager method)
start_book_ticker_socket() (binance.websockets.BinanceSocketManager method)
start_depth_socket() (binance.websockets.BinanceSocketManager method)
start_individual_symbol_ticker_futures_socket() (binance.websockets.BinanceSocketManager method)
start_isolated_margin_socket() (binance.websockets.BinanceSocketManager method)
start_kline_socket() (binance.websockets.BinanceSocketManager method)
start_margin_socket() (binance.websockets.BinanceSocketManager method)
start_miniticker_socket() (binance.websockets.BinanceSocketManager method)
start_multiplex_socket() (binance.websockets.BinanceSocketManager method)
start_options_depth_socket() (binance.websockets.BinanceSocketManager method)
start_options_kline_socket() (binance.websockets.BinanceSocketManager method)
start_options_multiplex_socket() (binance.websockets.BinanceSocketManager method)
start_options_recent_trades_socket() (binance.websockets.BinanceSocketManager method)
start_options_ticker_socket() (binance.websockets.BinanceSocketManager method)
start_symbol_book_ticker_socket() (binance.websockets.BinanceSocketManager method)
start_symbol_mark_price_socket() (binance.websockets.BinanceSocketManager method)
start_symbol_ticker_futures_socket() (binance.websockets.BinanceSocketManager method)
start_symbol_ticker_socket() (binance.websockets.BinanceSocketManager method)
start_ticker_socket() (binance.websockets.BinanceSocketManager method)
start_trade_socket() (binance.websockets.BinanceSocketManager method)
start_user_socket() (binance.websockets.BinanceSocketManager method)
stop_socket() (binance.websockets.BinanceSocketManager method)
stream_close() (binance.client.Client method)
stream_get_listen_key() (binance.client.Client method)
stream_keepalive() (binance.client.Client method)
STREAM_URL (binance.websockets.BinanceSocketManager attribute)
SYMBOL_TYPE_SPOT (binance.client.Client attribute)
T
TIME_IN_FORCE_FOK (binance.client.Client attribute)
TIME_IN_FORCE_GTC (binance.client.Client attribute)
TIME_IN_FORCE_IOC (binance.client.Client attribute)
toggle_bnb_burn_spot_margin() (binance.client.Client method)
transfer_dust() (binance.client.Client method)
transfer_history() (binance.client.Client method)
transfer_isolated_margin_to_spot() (binance.client.Client method)
transfer_margin_to_spot() (binance.client.Client method)
transfer_spot_to_isolated_margin() (binance.client.Client method)
transfer_spot_to_margin() (binance.client.Client method)
U
universal_transfer() (binance.client.Client method)
USDT_FUTURE_TO_FIAT (binance.client.Client attribute)
USDT_FUTURE_TO_MARGIN_CROSS (binance.client.Client attribute)
USDT_FUTURE_TO_SPOT (binance.client.Client attribute)
V
VSTREAM_TESTNET_URL (binance.websockets.BinanceSocketManager attribute)
VSTREAM_URL (binance.websockets.BinanceSocketManager attribute)
W
WEBSITE_URL (binance.client.Client attribute)
WEBSOCKET_DEPTH_10 (binance.websockets.BinanceSocketManager attribute)
WEBSOCKET_DEPTH_20 (binance.websockets.BinanceSocketManager attribute)
WEBSOCKET_DEPTH_5 (binance.websockets.BinanceSocketManager attribute)
withdraw() (binance.client.Client method)
WITHDRAW_API_URL (binance.client.Client attribute)
WITHDRAW_API_VERSION (binance.client.Client attribute)
Read the Docs
v: latest
Versions
latest
stable
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds
Free document hosting provided by
Read the Docs
.