FAQ: Error message "Order does not exist" says that /api/v3/order can return stale data because it uses a “persistence layer” which may not know about all of the events that have gone through the matching engine.
Does /api/v3/account use the persistence layer (which may be delayed) or the information used by the matching engine? (The matching engine must have up to date account info to avoid letting me sell assets twice and to let me sell assets that I just bought.)