Transfer funds to another user
Transfer money from your account to another user's account using their Steam ID. The amount will be deducted from your balance and added to the recipient's balance.
Parameters
| Name | Location | Type | Description |
|---|---|---|---|
apirequired | query | string | Your WAXPEER API |
steam_idrequired | query | string | Steam ID of the recipient user |
amountrequired | query | number | Amount to transfer (must be positive) |
Responses
200 Transfer result
{
"success": true,
"msg": "Transfer completed successfully"
}400 Bad request - Invalid parameters or insufficient funds
{
"success": false,
"msg": "Missing field"
}403 Wrong or missing API key
{
"success": false,
"msg": "Missing API"
}