How to received the filled price of a submitted order

I want to fetch the ‘filled_avg_price’ of a submitted order. However, the response object received from submit_order() always has the ‘status’: ‘accepted’ and all the filled values are None. Is there a way to receive the response once the order is filled?

Unless you want to manually check in on the order, you’ll want to use their WebSocket for account updates - it’ll give you the price on the fill.

ctrl + f “trade_updates”