Left Curve Software Stack
    Preparing search index...

    Type Alias PerpsLiquidityDepthResponse

    type PerpsLiquidityDepthResponse = {
        asks: Record<string, PerpsLiquidityDepth>;
        bids: Record<string, PerpsLiquidityDepth>;
    }
    Index

    Properties

    Properties

    asks: Record<string, PerpsLiquidityDepth>
    bids: Record<string, PerpsLiquidityDepth>