Get user's payout history
GET /user/{id|username}/payouts
GET
/user/{id|username}/payouts
Authorizations
Parameters
Path Parameters
id|username
required
string
[ "EEFFGGHH", "my_user"]
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
10.11223344556678
last_month
The amount in USD made by the user in the previous 30 days
string
2.2244668800224465
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
10
status
The status of this transaction
string
success
401
Incorrect token scopes or no authorization to access the requested item(s)
object
error
required
The name of the error
string
unauthorized
description
required
The contents of the error
string
Authentication Error: Invalid Authentication Credentials
404
The requested item(s) were not found or no authorization to access the requested item(s)