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

    Interface ApiPerpetualsCreateReferralCsvRebatesBody

    Request body for generating a referral rebate CSV report.

    This corresponds to POST /api/perpetuals/rebates/create-referral-csv-rebates.

    Calculates referrer commissions and referee discounts based on trading fees within the specified epoch.

    interface ApiPerpetualsCreateReferralCsvRebatesBody {
        epochEndTimestampMs: number;
        epochStartTimestampMs: number;
    }
    Index
    epochEndTimestampMs: number

    Epoch end timestamp in milliseconds.

    epochStartTimestampMs: number

    Epoch start timestamp in milliseconds.