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