Steam Methods (Cookie) - Allyans3/steam-market-api-v2 GitHub Wiki
v4.0.0 or later is required to use this Steam Methods (Cookie).
In order to use these methods you need authorization cookies. To get cookies use Protobuf Steam Auth package.
You should use them with withCookies($cookie) Chain method.
Methods
My History
List of options:
Name | Default value | Type | Required | Description |
---|---|---|---|---|
query |
"" |
string | No | I don't know :) |
start |
0 |
int | No | Allows us to specify which item to start from retrieving data |
count |
30 |
int | No | Limit the number of items returned |
My Listings
List of options:
Name | Default value | Type | Required | Description |
---|---|---|---|---|
query |
"" |
string | No | I don't know :) |
start |
0 |
int | No | Allows us to specify which item to start from retrieving data |
count |
30 |
int | No | Limit the number of items returned |
Notification Counts
Options are not needed
Key Name | Description |
---|---|
1 |
Trade offers |
2 |
Games notification (turns waiting) |
3 |
Community messages |
4 |
New comments |
5 |
Inventory |
6 |
Invites |
8 |
Gifts |
9 |
Chat messages |
10 |
Replies from Steam Support |
11 |
Account warning or alert |
Example of Notification Counts
User Inventory
List of options:
Name | Default value | Type | Required | Description |
---|---|---|---|---|
steam_id |
"" |
string/int | Yes | SteamID64 |
context_id |
2 |
int | No | Context ID |
language |
english |
string | No | Return data in your language |