Update Binance leverage code

This commit is contained in:
Matthias 2023-02-16 18:06:34 +01:00
parent 8ef110cc5f
commit a2e1389943
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ from pathlib import Path
exchange = ccxt.binance({
'apiKey': '<apikey>',
'secret': '<secret>'
'options': {'defaultType': 'future'}
'options': {'defaultType': 'swap'}
})
_ = exchange.load_markets()