rozod
    Preparing search index...

    Variable getUniversePayoutHistoryConst Api Param

    getUniversePayoutHistory: EndpointGeneric<
        { endDate: string; startDate: string; universeId: number },
        {
            eligibilityType: string;
            engagementScore: number;
            payoutInRobux: number;
            payoutType: string;
        },
        undefined,
    > = ...

    GET https://engagementpayouts.roblox.com/v1/universe-payout-history Gets the engagement payout history for a specific universe and a given date range, specified by start and end dates. universeId The ID of the universe in question. startDate The first date in the range, specified as yyyy-MM-dd. endDate The last date in the range, specified as yyyy-MM-dd.