Steam – How to increase Steam account inventory

steam

Recently I created a Steam account, purchased a $1 bundle from https://www.humblebundle.com, and activated the games in this new account.
However, this new account only consists of 120 slots. If I'm not mistaken, a regular account should have 720 slots.
So my question is, how can I increase the inventory slots?

When I try to retrieve my profile info using the API (http://api.steampowered.com/IEconItems_570/GetPlayerItems/v0001/?SteamID=) it shows this:

{
"result": {
    "status": 1,
    "num_backpack_slots": 120,
    "items": [

    ]

}
}

Best Answer

In order to trade any items on Steam or use the Steam Market, you must have activated Steam Guard on your PC more than 15 days ago and own at least one non-free-to-play game.
There is an additional cooldown anytime you change your password or (in the case of the market) add a new payment method.

Once you are able to trade, the size of your Steam inventory is unlimited.


However, inventories for specific games can have additional restrictions. For example, non-premium TF2 users cannot trade items they drop or craft, and have a 50-slot limit to their TF2 inventory.

You can become a premium TF2 member by buying an item at the TF2 store, or by trading for an upgrade to premium gift. Your TF2 inventory size will then increase to 300, which can be increased up to 2000 using backpack expanders.


However, this new account only consists of 120 slots. If not mistaken, a regular account should have 720 slots?

The API you're using, IEconItems_570, is for retrieving your Dota 2 inventory. Until you buy a Dota 2 item from the Dota 2 store, your Dota 2 account is considered free-to-play. Once you buy an item, your account will become premium and your backpack size will increase.

To retrieve your Steam backpack instead, use Steam inventory REST call instead.