interface GetEngineMarketLiquidityResponse {
    bids: EnginePriceTickLiquidity[];
    asks: EnginePriceTickLiquidity[];
}

Properties

Properties