Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerMarketLiquidityResponse

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

    Properties

    Properties