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

    Interface ApiPerpetualsOwnedAccountCapsResponse

    Response payload for fetching all account caps owned by a wallet.

    This is typically used during onboarding / wallet connect to discover existing accounts.

    interface ApiPerpetualsOwnedAccountCapsResponse {
        accountCaps: PerpetualsAccountCap[];
    }
    Index
    accountCaps: PerpetualsAccountCap[]

    Account capabilities owned by the requested wallet.