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

    Interface ApiPoolsStatsBody

    Request body for fetching statistics about one or more pools.

    interface ApiPoolsStatsBody {
        poolIds: string[];
    }
    Index
    poolIds: string[]

    Pool object IDs whose analytics should be returned, in response order.