fix: bitget's minimal funding fee interval is 1h

This commit is contained in:
Matthias
2025-12-06 16:01:05 +01:00
parent 4897080827
commit cf6b7a847b

View File

@@ -35,7 +35,8 @@ class Bitget(Exchange):
"order_time_in_force": ["GTC", "FOK", "IOC", "PO"],
}
_ft_has_futures: FtHas = {
"mark_ohlcv_timeframe": "4h",
"mark_ohlcv_timeframe": "1h",
"funding_fee_timeframe": "1h",
"funding_fee_candle_limit": 100,
"has_delisting": True,
}