leimin78

Results 2 comments of leimin78

let r1 = await binance.futuresOrder( 'BUY', 'TRXUSDT', 100, false, { type: 'TAKE_PROFIT', stopPrice: 0.08845, symbol: 'TRXUSDT', closePosition: true } ); when i try with this get error response as below:...