diff --git a/ts/client/src/accounts/openOrders.ts b/ts/client/src/accounts/openOrders.ts index 57d631164..4671fc5a1 100644 --- a/ts/client/src/accounts/openOrders.ts +++ b/ts/client/src/accounts/openOrders.ts @@ -103,7 +103,7 @@ export class OpenOrders { // Need to reload orderbooks because not all information about orders, like // size, is stored on the open orders account. - this.market.loadOrderBook(); + await this.market.loadOrderBook(); return this; }