v19

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-037759134.1 KB
users

Get user's payout history

get/user/{id|username}/payouts

Response

Expected response to a valid request

all_timestring

The all-time balance accrued by this user in USD

last_monthstring

The amount in USD made by the user in the previous 30 days

Example response

{
  "payouts": [
    {
      "amount": 10,
      "status": "success"
    }
  ]
}