aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface ApiPoolsSummaryBody

    Request body for fetching pool objects and statistics in one response.

    interface ApiPoolsSummaryBody {
        poolIds?: string[];
    }
    Index
    poolIds?: string[]

    Optional pool IDs to include. Omit the field to request all summaries.