v1
latestOpenAPI 3.1.02026-07-26290137.0 KBTipping
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
}
}