interface EngineServerMarketLiquidityResponse {
    bids: EngineServerPriceTickLiquidity[];
    asks: EngineServerPriceTickLiquidity[];
}

Properties

Properties