/api/v3/allOrders is returnining the price as “0.00000000” for all orders I query!
Is this happening for anyone else or is it just me?
/api/v3/allOrders is returnining the price as “0.00000000” for all orders I query!
Is this happening for anyone else or is it just me?
Are the orders you placed all MARKET orders?
If so, this may help. Finding the price for market orders
That is helpful when you POST a new order, but not when you want to get the orders which have been already created, using /allOrders
API. So now I cannot know the price in any way, as this API does not put the price value in the price
field which is sad.
Hi. Though /allOrders API does not provide the market order price, it’s available when querying GET /api/v3/myTrades
( https://binance-docs.github.io/apidocs/spot/en/#account-trade-list-user_data ).