Update Binance leverage code
This commit is contained in:
parent
8ef110cc5f
commit
a2e1389943
@ -363,7 +363,7 @@ from pathlib import Path
|
|||||||
exchange = ccxt.binance({
|
exchange = ccxt.binance({
|
||||||
'apiKey': '<apikey>',
|
'apiKey': '<apikey>',
|
||||||
'secret': '<secret>'
|
'secret': '<secret>'
|
||||||
'options': {'defaultType': 'future'}
|
'options': {'defaultType': 'swap'}
|
||||||
})
|
})
|
||||||
_ = exchange.load_markets()
|
_ = exchange.load_markets()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user