Skip to main content
GET
Get Earnings Data

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Response

200 - application/json

Success: {"success": true, "machine_earnings": {...}, "referral_earnings": [...], "referral_count": [...]}

success
boolean

Always true

machine_earnings
object

Machine earnings with summary, per_machine, and per_day breakdowns

referral_earnings
object[]

Per-day referral earnings records with day and earn_referral fields

referral_count
object[]

Per-day referral count records with day and referral_count fields