@ckir/corelib-markets - v0.1.13
    Preparing search index...

    Variable CnnFearAndGreedConst

    CnnFearAndGreed: {
        getFearAndGreed: (
            date?: string,
            filter?: CnnFilterInput,
            options?: Options,
        ) => Promise<CnnResult<any>>;
    } = ...

    Type Declaration

    • getFearAndGreed: (
          date?: string,
          filter?: CnnFilterInput,
          options?: Options,
      ) => Promise<CnnResult<any>>