Skip to content

v1.0.0

Latest

Choose a tag to compare

@tigusigalpa tigusigalpa released this 27 Feb 12:15

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