Skip to main content
GET
List Earnings (v1)

Authorizations

Authorization
string
header
required

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": {...}}

success
boolean

Always true

total_rows
integer

Total number of rows in the dataset for the given window

rows_found
integer

Number of rows returned in this page

rows
object[]

Day or machine rows with gpu_earn, sto_earn, bwu_earn, bwd_earn, sla_earn, referral_earn, referral_count, and total_earn fields

next_token
string

Cursor for the next page, or null

total
object

Windowed aggregate totals across all rows