Request to futures fapi/v1/userTrades returns one of the row with zero price.
{
"symbol": "BICOUSDT",
"id": 897834,
"orderId": 20622245,
"side": "BUY",
"price": "0", <<<<<<<<<<<-----
"qty": "1",
"realizedPnl": "0.26820000",
"marginAsset": "USDT",
"quoteQty": "0",
"commission": "0",
"commissionAsset": "USDT",
"time": 1696154808626,
"positionSide": "BOTH",
"buyer": true,
"maker": false
}
I’m pretty sure you can track this fill using ID and orderID. Please investigate the issue.