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

    Interface ApiPerpetualsOwnedVaultAssistantCapsBody

    Request body for fetching vault assistant capability objects owned by a wallet.

    Assistant caps let a non-owner wallet operate a vault on behalf of the owner. They are structurally identical to regular vault caps but grant a narrower permission set.

    interface ApiPerpetualsOwnedVaultAssistantCapsBody {
        walletAddress: string;
    }
    Index
    walletAddress: string

    Wallet whose owned assistant capabilities are queried.