Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.02 KB

GetUserInventory.md

File metadata and controls

29 lines (21 loc) · 1.02 KB

Get User Inventory

HTTP Request

GET https://api-trade.wax.io/ITrade/GetUserInventory/v1/

Authentication

None required.

Input

Parameter Type Required Description
uid int + User ID of user whose inventory you want to see
app_id int + Internal App ID (see ITrade/GetApps)
page int Page number in response (starting with 1, defaults to 1)
per_page int Number of items per_page in response (no more than 500)
search string Additional search by item's name
sort int Standard Item Sorts

Output

Parameter Type Description
total int Total number of items (filtered, if search parameter is passed)
items object Standard Item Object
user_data object Standard User Public Profile Object
sort_parameters array-object Available sorts