Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerSubscriptionBookDepthEvent

    Event from subscribing to a book_depth stream.

    interface EngineServerSubscriptionBookDepthEvent {
        min_timestamp: string;
        max_timestamp: string;
        product_id: number;
        bids: EngineServerPriceTickLiquidity[];
        asks: EngineServerPriceTickLiquidity[];
    }
    Index

    Properties

    min_timestamp: string
    max_timestamp: string
    product_id: number