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

    Request body for creating a new perpetuals account for a given wallet and collateral coin type.

    interface ApiPerpetualsCreateAccountBody {
        collateralCoinType: string;
        deferShare?: boolean;
        sponsor?: PerpetualsSponsorConfig;
        txKind?: string;
        walletAddress: string;
    }
    Index
    collateralCoinType: string

    Collateral coin type for the new account.

    deferShare?: boolean

    When true, defer sharing and return PTB argument references.

    Optional cached gas-pool sponsorship data.

    txKind?: string

    Optional serialized transaction kind to extend.

    walletAddress: string

    Wallet that will own the created account capability.