feat: 接入 CoinGlass 清算热力图隔离链路
Some checks failed
ci / build + vet + guard + race (push) Has been cancelled

This commit is contained in:
dela
2026-05-25 16:57:22 +08:00
parent e5fb54cb72
commit 1b61541ff5
32 changed files with 2550 additions and 70 deletions

View File

@@ -17,6 +17,11 @@ APP_ENV=production
# ---- Binance ----
BINANCE_BASE_URL=https://fapi.binance.com
# ---- CoinGlass默认关闭开启后必须填 TOTP----
COINGLASS_ENABLED=false
COINGLASS_BASE_URL=https://capi.coinglass.com
COINGLASS_TOTP_SECRET=
# ---- Go module build ----
# 国内构建推荐 goproxy.cn海外可改为 https://proxy.golang.org,direct。
# 注意:这不是 HTTP 代理,不要填 http://127.0.0.1:7890。