Unofficial Go SDK for the Whale Alert Enterprise API. Full REST coverage (status, transactions, blocks, addresses) plus real-time WebSocket alerts with auto-reconnect. Typed models, context.Context, configurable retries, safe pagination, and string-based monetary precision. Concurrency-safe and zero-config defaults.
Zero-dependency Go client for the Coinglass API v4. Typed access to Futures, Spot, Options, ETF, and Indicator endpoints, with context support, safe concurrency, automatic retry with exponential backoff on rate limits, sentinel errors, and functional-option configuration. Built on the standard library and fully tested.
Idiomatic, high-performance Go SDK for the Phemex crypto exchange. Trade spot, USDⓈ-M and Coin-M perpetuals, and margin; stream live market data over a resilient auto-reconnecting WebSocket; and manage wallets and transfers. Features automatic HMAC SHA256 signing, context support, smart retries, typed errors, and full test coverage.
Golang SDK for the CoinQuant Public API — turn plain-English trading ideas into backtested, publishable strategies from your Go code. Covers all endpoints, parses SSE streams (chat/report/strategy/error), materializes schema-only strategies, and polls async backtests to completion. Idiomatic: context.Context, concrete structs, typed errors.