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

    Interface ApiPerpetualsAccountPositionsResponse

    Response payload for fetching positions for one or more accounts.

    The backend returns a list of PerpetualsAccountObject snapshots. Each snapshot includes per-market PerpetualsPosition data.

    interface ApiPerpetualsAccountPositionsResponse {
        accounts: PerpetualsAccountObject[];
    }
    Index

    Account snapshots with their returned market positions.