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

    Interface ApiPerpetualsAccountPositionsBody

    Request body for fetching positions for a set of accounts.

    marketIds can be supplied as an optimization hint to limit the markets included in each account's returned positions array.

    interface ApiPerpetualsAccountPositionsBody {
        accountIds: bigint[];
        marketIds?: string[];
    }
    Index
    accountIds: bigint[]

    Perpetuals account IDs to query.

    marketIds?: string[]

    Optional market filter applied to each account's positions.