Tipping
Used to tip other accounts using their Steam/Empire ID. This requires 2FA codes alongside your API key in order to work.
post/user/tip
Request body
Response
200
Example response
{
"success": true,
"data": {
"user": {
"id": 12345
},
"amount": 100,
"balance": 499500
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.