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

    Type Alias InstrumentListMeta

    Metadata describing the instruments listing

    type InstrumentListMeta = {
        exchange: string;
        segment: "spot" | "futures";
        updatedAt: string;
    }
    Index
    exchange: string

    The exchange the instruments belong to

    segment: "spot" | "futures"

    The market segment served in data

    updatedAt: string

    When this listing was last refreshed