Get Machine Earnings
Returns aggregated host earnings data broken down by day and machine for a specified date range.
Authorizations
API key must be provided in the Authorization header
Path Parameters
The ID of the user.
Query Parameters
Start day for the earnings report.
End day for the earnings report.
Optional machine ID to filter earnings.
Number of days to look back from today.
Response
Success; returns {sday, eday, summary, per_day, per_machine, username, email, fullname, address fields, current balance}
Start day index (days since Unix epoch).
End day index (days since Unix epoch).
Aggregate totals across all machines and days in the window.
Account username.
Account email address.
Account full name.
Billing address line 1.
Billing address line 2.
Billing city.
Billing ZIP/postal code.
Billing country.
Tax identification information.
Current account balance and fee snapshot.
Earnings delta per machine over the window.
Earnings broken down by day.