There's a way to get market order price?

I’m using client.get_all_orders(symbol=crypto, limit=1) but that just return me 0.00000 as a price cz its a Market Buy Order. I don’t want to use the price ticker.

Use cummulativeQuoteQty/executedQty to get an avg price for market order

1 Like

Thank you soo much, helped me a loot :heart::heart: