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

    Interface ApiPerpetualsCurrentRebateRewardsResponse

    Response body for the rewards and rebates calculation.

    interface ApiPerpetualsCurrentRebateRewardsResponse {
        rewards: PerpetualsRewardData[];
        totalEstimatedGasCost: number;
        totalQScoreFinal: number;
    }
    Index

    Per-account reward and rebate breakdown.

    totalEstimatedGasCost: number

    Total estimated gas cost for order management across all accounts (decimal SUI).

    totalQScoreFinal: number

    Sum of all final quality scores across eligible makers.