Nado Typescript SDK Documentation
    Preparing search index...

    Interface GetEngineMarketLiquidityResponse

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

    Properties

    Properties