Get Total Earnings
Accounts
Get Total Earnings
Get user total earnings data including referral counts, referral credits, and machine earnings if the user is a host.
GET
Get Total Earnings
Authorizations
API key must be provided in the Authorization header
Response
200 - application/json
Success: {"referral_count": int, "referral_credits": float, optionally "machine_earnings": float, "sla_earnings": float, "sla_collateral": int}
Total number of referred users
Total referral earnings in dollars
Total machine earnings in dollars (host users only)
Total SLA earnings in dollars (host users only)
SLA collateral amount (host users only)