v1.0.0
Initial release of the Zoomex Go client.
REST API
- Full coverage of Zoomex API v3: market data, trading, positions, account, and asset endpoints
- HMAC_SHA256 request signing with automatic header management
- Configurable HTTP client, recv_window, testnet/mainnet toggle
WebSocket
- Public streams: orderbook
- Private streams: order updates, position updates, execution updates, wallet updates
- Auto-ping to maintain connection
- Separate public and private connections with concurrent support
General
- Functional options pattern for client configuration
- Typed request/response structs for every endpoint
- Context support for cancellation and timeouts
- Examples for all major use cases