List Earnings (v1)
Accounts
List Earnings (v1)
Returns a paginated, sortable list of earnings rows grouped by day or machine, plus a windowed total, for the authenticated user.
GET
List Earnings (v1)
Authorizations
API key must be provided in the Authorization header
Response
Success: {"success": true, "total_rows": int, "rows_found": int, "rows": [...], "next_token": str|null, "total": {...}}
Always true
Total number of rows in the dataset for the given window
Number of rows returned in this page
Day or machine rows with gpu_earn, sto_earn, bwu_earn, bwd_earn, sla_earn, referral_earn, referral_count, and total_earn fields
Cursor for the next page, or null
Windowed aggregate totals across all rows