go-crypto-dot-com Go client for the crypto.com API v2 https://exchange-docs.crypto.com Installation $ go get github.com/svanas/go-crypto-dot-com Importing import ( exchange "github.com/svanas/go-crypto-dot-com" ) Setup client := exchange.New("your API key", "your API secret")