HOW CLOSE A SHORT POSITION ? Futures

Hi , I open two MARKET orders : One Long and one Short . Using :

BUY
LONG
BTCUSDT
QTTY : 0,01

And

SELL
SHORT
ETHUSDT
QTTY:,0,01

Both was POSITIONED fine!

Then I try close the 2 positions .

( long)

BTCUSDT
SELL
Long
0,01

and

(Short)

ETHUSDT
BUY
SHORT
0,01

The first order was made fine ! It close BTC ORDER and POSITION was excluded from UI INTERFACE as expected

The second one - ETH - SHORT had a strange comportment :

  • At ORDER HISTORY screen , appear the CLOSE SHORT and STATUS FILLED transaction as expected !

But the order DO NOT desapear of POSITION screen !!!

What happened ?

I made any mistake ?

Tks a lot

Hey @RalphAraujo, since this is UI, it might be better to contact the customer support as they’ll know exactly the submitted orders and what you see.
If it’s API, you can use Binance API Documentation to check on open positions

Tks

The test was made using API . New order (Trade)

I’ve read DOCs API exhaustively !

Nothing about this issue !