Run online-tests against bingx

This commit is contained in:
Matthias 2024-04-02 07:15:14 +02:00
parent b284abf9e0
commit 1cbd3f52f1

View File

@ -262,6 +262,13 @@ EXCHANGES = {
'leverage_tiers_public': False,
'leverage_in_spot_market': False,
},
'bingx': {
'pair': 'BTC/USDT',
'stake_currency': 'USDT',
'hasQuoteVolume': True,
'timeframe': '1h',
'futures': False,
},
}