Check Steam Login

Verifying the ability to top up a Steam account by username.

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

To successfully obtain status, you must specify in the body of the request

ParameterRequiredDescription
amountyesDeposit amount in USD, ranging from 0.1 to 1000
usernameyesSteam user login

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

{
  "can_refill": "true",
  "error_code": 0
}

This means that it is possible to top up your Steam account.


If you receive a message such as:

{
  "error_code": -1
}

Review the list of errors Error Codes

Body Params
string
required

Steam Login

float
required

Amount

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