bitfinex-node-api
    Preparing search index...

    Interface IStatsVolOptions

    interface IStatsVolOptions {
        end?: number;
        key: "vol.1d" | "vol.30d" | "vol.7d";
        limit?: number;
        section: ISection;
        size: "30m";
        sort?: ISortDirection;
        start?: number;
        symbol: string;
    }

    Hierarchy

    • IStatsCommonOptions
      • IStatsVolOptions
    Index

    Properties

    end?: number
    key: "vol.1d" | "vol.30d" | "vol.7d"
    limit?: number
    section: ISection
    size: "30m"
    start?: number
    symbol: string