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

    Interface ApiPerpetualsExecutionPriceResponse

    Response body for execution price previews.

    interface ApiPerpetualsExecutionPriceResponse {
        executionPrice: number;
        fills: PerpetualsFilledOrderData[];
        sizeFilled: number;
        sizePosted: number;
    }
    Index
    executionPrice: number

    Effective price for the filled portion, in quote units.

    Individual orderbook fills used to compute the result.

    sizeFilled: number

    Filled size in base units.

    sizePosted: number

    Size that would remain posted in base units.