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

    Interface ApiDcaManualCloseOrderBody

    Represents parameters for a manual order close workflow. Typically not used in the standard approach.

    interface ApiDcaManualCloseOrderBody {
        allocateCoinType: string;
        buyCoinType: string;
        orderId: string;
        walletAddress: string;
    }
    Index
    allocateCoinType: string

    Coin type allocated to the order.

    buyCoinType: string

    Coin type purchased by the order.

    orderId: string

    On-chain object ID of the order to close.

    walletAddress: string

    Wallet address that owns the DCA order.