Hi, I am using SPOT API to open a few BTCUSDT buy limit orders in Binance SPOT Testnet, but the order got executed not according to market price. May I know is this normal in the test net?
Below is 1 of my buy limit orders json:
{
"symbol": "BTCUSDT",
"orderId": 4048521,
"orderListId": -1,
"clientOrderId": "MfdxpDpRTri5dYI1iRTgsP",
"price": "28741.61000000",
"origQty": "0.00100000",
"executedQty": "0.00100000",
"cummulativeQuoteQty": "28.74161000",
"status": "FILLED",
"timeInForce": "GTC",
"type": "LIMIT",
"side": "BUY",
"stopPrice": "0.00000000",
"icebergQty": "0.00000000",
"time": 1681319044198,
"updateTime": 1681327857808,
"isWorking": true,
"workingTime": 1681319044198,
"origQuoteOrderQty": "0.00000000",
"selfTradePreventionMode": "NONE"
}
As you can see, the buy limit price is at 28741.61 (UTC time: Wed Apr 12 2023 19:30:57) but the market price at that moment is 29876.45.
Thanks in advance