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

    Interface ApiPerpetualsOwnedAccountCapsBody

    Request body for fetching all account caps owned by a given wallet.

    interface ApiPerpetualsOwnedAccountCapsBody {
        collateralCoinTypes?: string[];
        walletAddress: string;
    }
    Index
    collateralCoinTypes?: string[]

    Optional collateral coin types used to filter the returned caps.

    walletAddress: string

    Wallet whose owned account-cap objects are queried.