Skip to content

binance/binance-toolbox-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binance-toolbox-go

A collection of Go examples that connect to the Binance Spot API endpoints based on binance-connector-go

Installation

Ensure that the go.mod file contains the latest version of the Binance Go Connector, then execute the following:

go mod tidy
go install github.com/binance/binance-connector-go

Usage

First, open config.go and replace the placeholders with your API Key and Secret Key. Depending on which endpoint you wish to use, you may also need to replace the Base URL and Websocket URL.

In order to run an example, execute go run market/ExchangeInfo/ExchangeInfo.go from the root directory. Replace market/ExchangeInfo/ExchangeInfo.go with the specific example you wish to run. Ensure you add your API Key and Secret Key (and Base URL if necessary) to the relevant file before running the example.

About

Toolbox for Binance Go connector

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages