Skip to main content
api-go is the official Go module for building integrations against the Spot and Derivatives APIs.

Install

What it covers

  • Spot and Derivatives REST (public and authenticated endpoints)
  • Spot and Derivatives WebSocket (public data streams and private channels)
  • Order operations: add, amend, cancel
  • Real-time order book construction with CRC32 checksum validation
  • Instrument and asset lookups, account data retrieval

Example