Get user's payout history
GET /user/{id|username}/payouts
GET
/user/{id|username}/payouts
Authorizations
Parameters
Path Parameters
id|username
required
string
The ID or username of the user
Responses
200
Expected response to a valid request
object
all_time
The all-time balance accrued by this user in USD
string
last_month
The amount in USD made by the user in the previous 30 days
string
payouts
A history of all of the user’s past transactions
Array<object>
object
created
The date of this transaction
string format: ISO-8601
amount
The amount of this transaction in USD
integer
status
The status of this transaction
string
401
Incorrect token scopes or no authorization to access the requested item(s)
object
error
required
The name of the error
string
description
required
The contents of the error
string
404
The requested item(s) were not found or no authorization to access the requested item(s)