Skip to content

binance/binance-connector-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Go Connectors

Build Status Open Issues Go Version Known Vulnerabilities License: MIT

Collection of auto-generated Go SDK for Binance APIs.

Prerequisites

Before using the SDK, ensure you have:

  • Go (version 1.24 or later)
  • Go Modules (for dependency management)

Available SDK

Documentation

For detailed information, refer to the Binance API Documentation.

Installation

Each connector is published as a separate Python package. You can install them via go get. For example:

go get github.com/binance/binance-connector-go/clients/spot

Or to install multiple connectors:

go get github.com/binance/binance-connector-go/clients/spot github.com/binance/binance-connector-go/clients/margintrading github.com/binance/binance-connector-go/clients/wallet

Contributing

Since this repository contains auto-generated code using OpenAPI Generator, we encourage you to:

  1. Open a GitHub issue to discuss your ideas or report bugs
  2. Allow maintainers to implement necessary changes through the code generation process

License

This project is licensed under the MIT License - see the LICENSE file for details.

Packages

No packages published

Contributors 12

Languages