bmw7
bmw7
For example, the current price of ETH is 2000 usdt. And now, I want to create a SHORT future order at a specified price of 1500 usdt by the function...
I use Web Socket Streams to get depth information. For example: `wss://fstream.binance.com/ws/btcusdt@depth20` Here, the **_levels_** is 20, and I can get 20 bids and asks. According to API, Valid **_levels_**...
I use my testnet account , and run the function futures_create_order() for the symbol BTCUSDT, it is all OK. The code is following: `client.futures_create_order(symbol='BTCUSDT', side='BUY', positionSide='LONG',type='MARKET',quantity=20)` But when I use...