Simple Python or PHP or C# + Binance application
Budget: $30 – $250 USD
I am looking for someone who already has experience using the available github repositories for binance.
Python or PHP.
The app will receive a request via http port 80, with 2 POST parameters: Action and Pair, in JSON format.
It will perform the orders accordingly.
The transaction must use the whole balance for each transaction.
For example, if the app receives this JSON: ['action':'buy','pair':'btcusdt'] it will verify my USDT balance and trade it all for BTC, and vice versa.
Of course, the app must calculate the correct quantity for the orders with the total balance amount, considering the fees and gas, so that we avoid the most common errors such as "insuficient balance", "invalid quantity", etc.
Orders CAN NOT fail, AT ALL.
If it fails, the app must retry to send the order.
Python or PHP.
The app will receive a request via http port 80, with 2 POST parameters: Action and Pair, in JSON format.
It will perform the orders accordingly.
The transaction must use the whole balance for each transaction.
For example, if the app receives this JSON: ['action':'buy','pair':'btcusdt'] it will verify my USDT balance and trade it all for BTC, and vice versa.
Of course, the app must calculate the correct quantity for the orders with the total balance amount, considering the fees and gas, so that we avoid the most common errors such as "insuficient balance", "invalid quantity", etc.
Orders CAN NOT fail, AT ALL.
If it fails, the app must retry to send the order.