Skip to content

aidenesco/coinpayments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Languages