• Create a BoundedMarket order type with named parameters.

    Parameters

    • maxPrice: Numeric

      Maximum acceptable price as human-readable string or raw bigint

    • minPrice: Numeric

      Minimum acceptable price as human-readable string or raw bigint

    Returns OrderType

    const ot = boundedMarketOrder("0.03", "0.01");