Binance futures testnet settlement_autoclose order status feed

Hi all,
I received an odd order status for an order which I don’t think I placed.
As part of the client id, there is a “settlement_autoclose”.

What does this mean ?

{
“e”:“ORDER_TRADE_UPDATE”,
“T”:1629504012887,
“E”:1629504012889,
“o”:{
“s”:“BTCUSDT”,
“c”:“settlement_autoclose-1629504012887”,
“S”:“SELL”,
“o”:“LIMIT”,
“f”:“IOC”,
“q”:“0.501”,
“p”:“49330.01”,
“ap”:“0”,
“sp”:“0”,
“x”:“NEW”,
“X”:“NEW”,
“i”:2749105182,
“l”:“0”,
“z”:“0”,
“L”:“0”,
“T”:1629504012887,
“t”:0,
“b”:“0”,
“a”:“0”,
“m”:false,
“R”:false,
“wt”:“CONTRACT_PRICE”,
“ot”:“LIMIT”,
“ps”:“BOTH”,
“cp”:false,
“rp”:“0”,
“pP”:false,
“si”:0,
“ss”:0
}
}
#2

I have the same question. Testnet has been squaring off position at 00:00 GMT everyday.
Will this happen in real trading also?

Hi.
settlement_autoclose- indicates that the order is updated due to the settlement date. The position is automatically closed by the system. The settlement date is marked in the symbol name.
However, in testnet, the data are cleared from time to time before the settlement date. The fund and transactions are reset. The same thing should not happen in production environment.

1 Like