File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ Quick Start
9494 withdraws = client.get_withdraw_history()
9595
9696 # fetch list of ETH withdrawals
97- eth_withdraws = client.get_withdraw_history(' ETH)
97+ eth_withdraws = client.get_withdraw_history(asset = ' ETH' )
9898
99- # get a deposit address
100- address = client.get_deposit_address(' BTC)
99+ # get a deposit address for BTC
100+ address = client.get_deposit_address(asset = ' BTC' )
101101
102102 # start trade websocket
103103 def process_message (msg ):
Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ Quick Start
9494 withdraws = client.get_withdraw_history()
9595
9696 # fetch list of ETH withdrawals
97- eth_withdraws = client.get_withdraw_history(' ETH)
97+ eth_withdraws = client.get_withdraw_history(asset = ' ETH' )
9898
99- # get a deposit address
100- address = client.get_deposit_address(' BTC)
99+ # get a deposit address got BTC
100+ address = client.get_deposit_address(asset = ' BTC' )
101101
102102 # start trade websocket
103103 def process_message (msg ):
Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ Raises a `BinanceWithdrawException <binance.html#binance.exceptions.BinanceWithd
4747
4848.. code :: python
4949
50- address = client.get_deposit_address(' BTC)
50+ address = client.get_deposit_address(asset = ' BTC' )
5151
5252 .. image :: https://analytics-pixel.appspot.com/UA-111417213-1/github/python-binance/docs/withdraw?pixel
You can’t perform that action at this time.
0 commit comments