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

    Interface DcaOrderStrategyData

    Optional DCA order strategy parameters, typically bounding min & max acceptable prices for the trades.

    interface DcaOrderStrategyData {
        maxPrice: bigint;
        minPrice: bigint;
    }
    Index
    maxPrice: bigint

    The maximum acceptable spot price for the trade, similarly scaled.

    minPrice: bigint

    The minimum acceptable spot price for the trade, as a bigint scaled by 1e9 or 1e18 depending on usage.