Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 337 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 337 Bytes

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