mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update Binance leverage code
This commit is contained in:
parent
8ef110cc5f
commit
a2e1389943
|
@ -363,7 +363,7 @@ from pathlib import Path
|
|||
exchange = ccxt.binance({
|
||||
'apiKey': '<apikey>',
|
||||
'secret': '<secret>'
|
||||
'options': {'defaultType': 'future'}
|
||||
'options': {'defaultType': 'swap'}
|
||||
})
|
||||
_ = exchange.load_markets()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user