Skip to content

niedbalski/go-buda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-Buda

GoDoc Build Status

Golang implementation of a API client for the Buda crypto exchange.

Usage

Please check the buda_test.go for additional examples.

package main

import (
	"github.com/niedbalski/go-buda"
	"fmt"
)


func main() (){
	buda, err := buda.NewAPIClient("key", "secret")
	if err != nil {
		panic(err)
	}
	
	fmt.Println(buda.GetMarkets())
	
}

About

API Client for Buda.com Crypto Exchange

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages