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

    Interface ApiPerpetualsOwnedVaultCapsBody

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

    Vault caps are typically owned by the vault creator/owner and are required for privileged vault actions (processing withdrawals, updating parameters, etc.).

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

    Wallet whose owned vault capabilities are queried.