Skip to content

Go Binance API is wrapper http that response in json format

Notifications You must be signed in to change notification settings

rafaelbmateus/go-binance-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-binance-bot

Go Bincance Bot is a RESTful API.

Verb Route Description
GET /accounts/me Get current account information
GET /exchanges Get exchanges info
GET /orders Response list of orders successfully
POST /orders New order created with successfully
GET /orders/:id Response order successfully
DELETE /orders/:id Order canceled with successfully

For full handshake check the OpenAPI Specification.

Setup Environment

Create a env file in root folder with your binance api key like this:

BINANCE_API_KEY=<YOU_API_KEY_HERE>
BINANCE_API_SECRET=<YOU_API_SECRET_HERE>

How to use?

To up the containers run this make command:

make up

Will be available in localhost:3000

List open orders

Binance API

https://binance-docs.github.io/apidocs/#change-log

https://github.com/edeng23/binance-trade-bot

https://github.com/chrisleekr/binance-trading-bot

About

Go Binance API is wrapper http that response in json format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published