Modrinth API Types - v1.1.0
    Preparing search index...

    Type Alias APIUserPayoutHistory

    type APIUserPayoutHistory = {
        all_time: number;
        last_month: number;
        payouts: APIUserPayout[];
    }
    Index

    Properties

    all_time: number

    The all-time balance accrued by this user in USD.

    last_month: number

    The amount in USD made by the user in the previous 30 days.

    payouts: APIUserPayout[]

    A history of all of the user’s past transactions.