/api/v3/openOrders returns empty result

Hi,

I have the following scenario:

  • I place a market order, it is filled and all seems OK
  • I try to read all my orders with /api/v3/openOrders , but I got no result

So, here is an example of an order I placed, this is the JSON from the response:

{
“symbol”:“BTCUSDT”,
“orderId”:7913382,
“orderListId”:-1,
“clientOrderId”:hon5ofQAI7B32nwy4r8at3,
“transactTime”:1700924517749,
“price”:0.00000000,
“origQty”:0.00100000,
“executedQty”:0.00100000,
“cummulativeQuoteQty”:37.68369000,
“status”:“FILLED”,
“timeInForce”:“GTC”,
“type”:“MARKET”,
“side”:“BUY”,
“workingTime”:1700924517749,
“fills”:[
{
“price”:37683.69000000,
“qty”:0.00100000,
“commission”:0.00000000,
“commissionAsset”:“BTC”,
“tradeId”:1577153
}
],
“selfTradePreventionMode”:“NONE”
}

And here is how I call the /api/v3/openOrders api:

https://testnet.binance.vision/api/v3/openOrders?timestamp=1700927906122&recvWindow=50000&signature=

I got the following response (and http code 200 which is OK), which means that there is no result.
I currently use the testnet for now, but I do not think it will be different in production.

Does someone has any idea of the issue, of what I can try to solve it?

PS: I have search on multiples forum for an answer, but I have no idea of the problem.
Noticed that I try to solve since 2 weeks, and this api call is always empty.

Thanks

Hi there.

This issue should have been resolved.

Are you able to query your open orders on testnet now?

1 Like

Yes. Thx

1 Like