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

    Defines a single "ladder" rung, specifying how much to trade at a certain price.

    interface ApiLimitLaddersOrdersBody {
        price: bigint;
        quantity: bigint;
    }
    Index
    price: bigint

    The specific price (exchange rate) for this rung.

    quantity: bigint

    The total quantity/amount to trade if the price is reached.