Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerSubscriptionTradeEvent

    Event from subscribing to a trade stream.

    interface EngineServerSubscriptionTradeEvent {
        type: "trade";
        product_id: number;
        timestamp: string;
        price: string;
        taker_qty: string;
        maker_qty: string;
        is_taker_buyer: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    type: "trade"
    product_id: number
    timestamp: string
    price: string
    taker_qty: string
    maker_qty: string
    is_taker_buyer: boolean