[error TS2339: Property 'markPrice' does not exist on type 'MarkPrice | MarkPrice[]'. Property 'markPrice' does not exist on type 'MarkPrice[]'.
return this.floorPrecised(
((await this.usdmClient.getMarkPrice(
{ isIsolated: "FALSE", symbol: symbol }
)).markPrice), pricePrecision
);