# Load user inventory **GET /v1/services/{service_uuid}/deposits/inventory** ## Servers - https://api.skinsmoney.gg: https://api.skinsmoney.gg () ## Authentication methods - Default ## Parameters #### Path parameters - **service_uuid** (uuid) Service ID #### Query parameters - **tradeUrl** (TradeURL) User TradeUrl - **locale** (char(2)) User locale - **currencyCode** (char(3)) User currency - **appid** (integer) Steam App id (CS2 = 730) ## Body parameters Content-type: application/json - **tradeUrl** (string) Must be a valid URL. - **locale** (string) - **currencyCode** (string) Must be at least 3 characters. Must not be greater than 3 characters. - **appid** (integer) ## Responses ### 200: #### Body Parameters: application/json (object) - **success** (boolean) - **type** (string) - **data** (object) ### 400: Invalid tradeUrl #### Body Parameters: application/json (object) - **success** (boolean) - **type** (string) - **message** (string) - **data** (object) [Powered by Bump.sh](https://bump.sh)