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

    Describes an optional integrator fee structure for advanced usage, allowing a portion of limit orders to be allocated to a third party.

    interface LimitOrdersIntegratorFeeData {
        feeBps: number;
        feeRecipient: string;
    }
    Index
    feeBps: number

    The integrator fee percentage in basis points (bps), e.g., 100 => 1%.

    feeRecipient: string

    The recipient address for fee collection.