Giter Site home page Giter Site logo

binancedriver's Introduction

[🔥 UPDATE V1] BinanceDriver

Quality Gate Status CircleCI

Aplicación que permite interactuar con la API de Binance de una forma más sencilla

💡 Cómo utilizar la aplicación

    1. Renombrar **.env.example** a **.env** `mv .env.example .env`
    2. Modificar las variables de **.env**
    3. Instalar las dependencias `npm i`
    4. Lanzar la aplicación `npm run start` (para desarrollo utilizar `npm run dev`)

🛒 Peticiones de ejemplo

Compra

Comprará BTC por el valor de 0.01% del USDT disponible en la cuenta de spot

curl --location --request POST 'https://localhost/api/v0/binance' \
--header 'Content-Type: application/json' \
--data-raw '{
  "order": "BUY",
  "asset": "BTCUSDT",
  "token": "6116714f-fe3e-43be-a194-f453fbf51c71",
  "tradePercent": "0.01"
}'

Venta

Venderá todo el BTC que tiene disponible en la cuenta de spot a la moneda USDT

curl --location --request POST 'https://localhost/api/v0/binance' \
--header 'Content-Type: application/json' \
--data-raw '{
  "order": "SELL",
  "asset": "BTCUSDT",
  "token": "6116714f-fe3e-43be-a194-f453fbf51c71"
}'

🚀 Desplegar en heroku

Deploy

⚠️ Beware of forks. I do not give any guarantee that the fork may turn out to be a scam.

💥 Disclaimer

All investment strategies and investments involve risk of loss. Nothing contained in this program, scripts, code or repository should be construed as investment advice. Any reference to an investment's past or potential performance is not, and should not be construed as, a recommendation or as a guarantee of any specific outcome or profit. By using this program you accept all liabilities, and that no claims can be made against the developers or others connected with the program.

binancedriver's People

Contributors

diego-tobalina avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

henrikmatos

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.