From b8c73852be2674bd253e24e35115dc37ef7db078 Mon Sep 17 00:00:00 2001 From: jackyu66git Date: Mon, 4 May 2026 00:04:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BG=20taker=20fee=200.06%=20=E2=86=92=200?= =?UTF-8?q?.03%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scanner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scanner.go b/scanner.go index 0f69db7..8cf48c4 100644 --- a/scanner.go +++ b/scanner.go @@ -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.