Issues Placing a Trade with Binance API using Python
问题 I am trying to place a trade on the US version of Binance API without the use of external libraries. I can successfully get prices and display my account balance using GET requests and urllib . The first example code works and I can pass my API_KEY and SECRET_KEY without issues (those values are private, they aren't displayed here and are located in settings.py ). Placing a trade requires POST and I'm not sure where I went wrong, my POST requests don't work but GET requests work fine. To my