@qtsurfer/api-client
    Preparing search index...

    Type Alias LiveSource

    One market feed a live run consumes. Exactly one entry per run today.

    type LiveSource = {
        exchange: string;
        instruments: string[];
        segment: string;
        type: "ticker" | "kline";
        venueType: string;
    }
    Index
    exchange: string
    instruments: string[]

    Instrument symbols, or ["*"] for every instrument the exchange/segment offers (tier-gated).

    segment: string
    type: "ticker" | "kline"

    Both ticker and kline connect to the lightest (fastest) cadence available for the exchange — today, 1 tick/second on every supported exchange. Choosing a specific cadence is not offered yet.

    venueType: string

    Venue category. cx (centralized exchange) is the only one live runs support today.