Setup a Binance.US API on AWS to place one limit order at a time from CloudWatch.

Job ID: 33021526

Budget: $30 – $250 USD

On AWS:
Create a lambda function using Python coding.
Build and upload a Layer.zip.
Step by step Instruction for installing required software package.
In the coding, I need to be able to adjust:
1. API Key and Secret Key.
2. Safe guard Secret Key.
3. Symbol: such as “BTCUSD”, “PAXGUSDT”….etc.
4. Buy or Sell switch.
5. Buy/Sell size: such as $100, $200…etc.
6. Limit Price factor: Last price x 0.999, 0.9999….etc. Last price will need to be pulled automatically from the exchange when order is placed.
7. Rounding factor: such as 2,4,6,8….etc. for setting limit price.
8. Time in force: such as “GTC”, “DAY”….etc.
9. Print Limit price on report.
10. Any other criteria as needed.
I have created API for Coinbase and Gemini successfully and I am happy with it.
Basically, what I have learned was create function, Layer, Python coding, test, and use CloudWatch to send the order to the exchange. I would like to setup Binance-API the same way.
Related categories: Python API Development API Integration