Provides restricted access to the Steam Market for partners.
NOTE: This is a Service interface, methods in this interface should be called with the
input_json parameter.
For more info on how to use the Steamworks Web API please see the
Web API Overview.
GetMarketEligibility
GET https://partner.steam-api.com/IEconMarketService/GetMarketEligibility/v1/
| Name | Type | Required | Description |
| key | string | ✔ | Steamworks Web API publisher authentication key. |
| steamid | uint64 | ✔ | The SteamID of the user to check |
Checks whether or not an account is allowed to use the market
NOTE: This call requires a publisher API key to use this method. As such this API
MUST be called from a secure server, and can never be used directly by clients!
CancelAppListingsForUser
POST https://partner.steam-api.com/IEconMarketService/CancelAppListingsForUser/v1/
| Name | Type | Required | Description |
| key | string | ✔ | Steamworks Web API publisher authentication key. |
| appid | uint32 | ✔ | The app making the request |
| steamid | uint64 | ✔ | The SteamID of the user whose listings should be canceled |
| synchronous | bool | ✔ | Whether or not to wait until all listings have been canceled before returning the response |
Cancels all of a user's listings for a specific app ID.
NOTE: This call requires a publisher API key to use this method. As such this API
MUST be called from a secure server, and can never be used directly by clients!
GetAssetID
GET https://partner.steam-api.com/IEconMarketService/GetAssetID/v1/
| Name | Type | Required | Description |
| key | string | ✔ | Steamworks Web API publisher authentication key. |
| appid | uint32 | ✔ | The app that's asking. Must match the app of the listing and must belong to the publisher group that owns the API key making the request |
| listingid | uint64 | ✔ | The identifier of the listing to get information for |
Returns the asset ID of the item sold in a listing
NOTE: This call requires a publisher API key to use this method. As such this API
MUST be called from a secure server, and can never be used directly by clients!
GetPopular
GET https://partner.steam-api.com/IEconMarketService/GetPopular/v1/
| Name | Type | Required | Description |
| key | string | ✔ | Steamworks Web API publisher authentication key. |
| language | string | ✔ | The language to use in item descriptions |
| rows | uint32 | | Number of rows per page |
| start | uint32 | ✔ | The result number to start at |
| filter_appid | uint32 | ✔ | If present, the app ID to limit results to |
| ecurrency | uint32 | ✔ | If present, prices returned will be represented in this currency |
Gets the most popular items
NOTE: This call requires a publisher API key to use this method. As such this API
MUST be called from a secure server, and can never be used directly by clients!