I can place an order on Binance futures api, using NewOrder, but I do not have the price in return in the datas. I get. {'exchange': 'binance_futures', 'pair': 'MANAUSDT', 'side': 'BUY', 'price': '0', 'quantity': '15', 'order_id': 65468744, 'transact_time': 40198877844, 'transact_date': '2021-12-22'} As you can see, the price is 0, even if this is not the case. Do you have answers. I do a 'POST' request to this endpoint '/fapi/v1/order'. :) thanks a lot.
source https://stackoverflow.com/questions/70454113/problem-to-get-order-price-on-binance-futures-api
Comments
Post a Comment