Merge pull request #12599 from freqtrade/fix/dynamic_funding_fees

Adjust to dynamic funding fees
This commit is contained in:
Matthias
2025-12-14 17:56:34 +01:00
committed by GitHub
33 changed files with 452 additions and 114 deletions

View File

@@ -3250,6 +3250,7 @@ def test_api_download_data(botclient, mocker, tmp_path):
body = {
"pairs": ["ETH/BTC", "XRP/BTC"],
"timeframes": ["5m"],
"candle_types": ["spot"],
}
# Fail, already running