interface GetEngineMarketPricesResponse {
    marketPrices: EngineMarketPrice[];
}

Properties

Properties

marketPrices: EngineMarketPrice[]