Skip to content

svanas/go-crypto-dot-com

Repository files navigation

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")

About

Go client for the crypto.com API v2 https://exchange-docs.crypto.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages