@qtsurfer/sdk
    Preparing search index...

    Interface DownloadHourArgs

    Selects one hour of tickers or klines for a single instrument.

    interface DownloadHourArgs {
        base: string;
        exchangeId: string;
        format?: DownloadFormat;
        hour: string;
        quote: string;
    }
    Index
    base: string

    Base asset of the instrument, e.g. BTC.

    exchangeId: string

    Exchange id, e.g. binance.

    Wire format. Defaults to 'lastra'.

    hour: string

    Hour selector in YYYY-MM-DDTHH (UTC).

    quote: string

    Quote asset of the instrument, e.g. USDT.