Collection of auto-generated Go SDK for Binance APIs.
Before using the SDK, ensure you have:
- Go (version 1.25 or later)
- Go Modules (for dependency management)
- binance-connector-algo - Algo Trading connector
- binance-connector-alpha - Alpha connector
- binance-connector-c2c - C2
- binance-convert - Convert connector
- binance-copy-trading - Copy Trading connector
- binance-crypto-loan - Crypto Loan connector
- binance-derivatives-trading-coin-futures - Coin Futures Trading connector
- binance-derivatives-trading-options - Options Trading connector
- binance-derivatives-trading-portfolio-margin - Portfolio Margin Futures Trading connector
- binance-derivatives-trading-portfolio-margin-pro - Portfolio Margin Pro Trading connector
- binance-derivatives-trading-usds-futures - USDs Futures Trading connector
- binance-dual-investment - Dual Investment connector
- binance-fiat - Fiat connector
- binance-gift-card - Gift Card connector
- binance-margin-trading - Margin Trading connector
- binance-mining - Mining connector
- Deprecated:
binance-nft - NFT connector - binance-pay - Pay connector
- binance-rebate - Rebate connector
- binance-simple-earn - Simple Earn connector
- binance-spot - Spot Trading connector
- binance-staking - Staking connector
- binance-stocks - Stocks connector
- binance-sub-account - Sub Account connector
- binance-vip-loan - VIP Loan connector
- binance-wallet - Wallet connector
- binance-w3w-prediction - W3w Prediction connector
For detailed information, refer to the Binance API Documentation.
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/spotOr 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/walletSince this repository contains auto-generated code using OpenAPI Generator, we encourage you to:
- Open a GitHub issue to discuss your ideas or report bugs
- Allow maintainers to implement necessary changes through the code generation process
This SDK is provided by Binance on an "as is" and "as available" basis for use at your own risk. Binance makes no representations or warranties of any kind, whether express or implied, as to the operation of the SDK, its accuracy, reliability, completeness, or fitness for any particular purpose.
To the fullest extent permitted by law, Binance shall not be liable for any losses, damages, or expenses of any kind arising from or in connection with your use of, or inability to use, this SDK, including but not limited to any financial losses resulting from errors, bugs, interruptions, or inaccuracies in the SDK.
Your use of this SDK to access the Binance Platform is subject to the Binance API Key Terms and the Binance Terms of Use, which shall prevail in the event of any conflict with this disclaimer. You are solely responsible for any orders or transactions executed through the Binance Platform using this SDK.
This SDK is not intended to constitute investment advice or a recommendation to buy, sell, or hold any digital asset. You should independently evaluate and verify all information before acting.
This project is licensed under the MIT License - see the LICENSE file for details.