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.
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>
To up the containers run this make command:
make up
Will be available in localhost:3000
https://binance-docs.github.io/apidocs/#change-log