fix: BG taker fee 0.06% → 0.03%

This commit is contained in:
jackyu66git
2026-05-04 00:04:14 +08:00
parent 02ca8e248c
commit b8c73852be
+1 -1
View File
@@ -13,7 +13,7 @@ const (
// Taker fee rates (%) — for IOC market orders on trading exchanges
var takerFees = map[string]float64{
ExHyperLiquid: 0.045,
ExBitget: 0.060,
ExBitget: 0.030,
}
// TickerCoins defines all coins we monitor.