Documentation
    Preparing search index...

    Variable getPoolsConst

    getPools: (options?: Partial<EnvOption & CacheOption>) => Promise<Pool[]> = ...

    Fetches all available lending pools

    This function retrieves the complete list of lending pools from the Navi protocol API. It's wrapped with caching and singleton behavior for efficient data access.

    Type declaration