Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerSubscriptionBookDepthEvent

    Event from subscribing to a book_depth stream.

    interface EngineServerSubscriptionBookDepthEvent {
        type: "book_depth";
        product_id: number;
        last_max_timestamp: string;
        min_timestamp: string;
        max_timestamp: string;
        bids: EngineServerPriceTickLiquidity[];
        asks: EngineServerPriceTickLiquidity[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    type: "book_depth"
    product_id: number
    last_max_timestamp: string
    min_timestamp: string
    max_timestamp: string