Steam Top Up

Replenishing your Steam account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

For a successful top-up, you need to specify in the request body

ParameterRequiredDescription
amountyesDeposit amount in USD,ranging from 0.1 to 1000
usernameyesUser login steam
referencenoyour ID, if necessary

If you follow the above rules, you will receive a response like this:

{
  "transaction_id":"uuid",
  "status": "pending",
  "error_code": 0
}

This means that your Steam account top-up is being processed. You can read more about statuses Statuses


If you receive a message such as:

{
  "error_code": -1
}

Review the list of errors Error Codes

Body Params
number
required

Amount

string
required

Steam Login

string

your ID, if necessary

Headers
string
required
Response
200
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!