This commit is contained in:
Stefano
2025-10-25 13:11:11 +09:00
parent 803db3b55b
commit 0986350f05

View File

@@ -449,7 +449,7 @@ class FtRestClient:
return self._get(
"available_pairs",
params={
"stake_currency": stake_currency if timeframe else "",
"stake_currency": stake_currency if stake_currency else "",
"timeframe": timeframe if timeframe else "",
},
)