Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 682 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 682 Bytes

coinpayments PkgGoDev Go Report Card

This package is a coinpayments.net client library. See official documentation here

Installation

go get -u github.com/aidenesco/coinpayments

Usage

import "github.com/aidenesco/coinpayments"

client := coinpayments.NewClient("public key", "private key")

balances, _ := client.Balances()

fmt.Println(balances)