Closed chaedongyoon closed 1 year ago
Can you copy and paste the error response that you're getting, or describe what isn't working exactly?
hi, setMarginMode
is for futures trading only. To use isolated margin you can create an order like this:
binance.createOrder ('BTC/USDT', 'limit', 'buy', 0.01, 20000, { 'marginMode': 'isolated' })
let me know if this doesn't solve your issue
I'm going to close this issue. Feel free to reopen it if you have any more questions
I would like to use "isolated margin" in Binance.
i think i maybe use
set_margin_mode
if i want to use
BTC/USDT
, i input like thisbut it doest work.. please help me thanks!