/xts-go

Unofficial Go API Client for XTS APIs

Primary LanguageGoMIT LicenseMIT

xts-go : Unofficial Go API client for XTS Trading APIs

License GitHub issues GitHub go.mod Go version (branch & subdirectory of monorepo)

Wraps XTS Trading APIs in Go.

Simple example of using xts-go

  package main
  import (
    ""
  )