post
https://desslyhub.com/api/v1/service/steamtopup/check_login
Verifying the ability to top up a Steam account by username.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
To successfully obtain status, you must specify in the body of the request
| Parameter | Required | Description |
|---|---|---|
| amount | yes | Deposit amount in USD, ranging from 0.1 to 1000 |
| username | yes | Steam 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
200