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

@@ -15,6 +15,21 @@ binance:
rps: 20
burst: 40
coinglass:
enabled: false
base_url: https://capi.coinglass.com
totp_secret: ""
data_aes_key: 1f68efd73f8d4921acc0dead41dd39bc
timeout: 15s
fake_success_retry: 1
fake_success_retry_wait: 2s
liq_heatmap_cron: "*/5 * * * *"
liq_heatmap_interval: "5"
liq_heatmap_limit: 288
startup_jitter_max: 30s
backoff_initial: 30s
backoff_max: 10m
postgres:
dsn: postgres://postgres:postgres@localhost:5432/hermes_market?sslmode=disable
max_conns: 10