# Create new skins deposit **POST /v1/services/{service_uuid}/deposits** ## Servers - https://api.skinsmoney.gg: https://api.skinsmoney.gg () ## Authentication methods - Default ## Parameters #### Path parameters - **service_uuid** (uuid) Service ID ## Body parameters Content-type: application/json - **minValue** (number) Minimal skins value - **currencyCode** (string) Deposit currency - **custom** (string) Custom parameter for your integration - **redirectUrl** (string) URL which buyer will be redirected - **tradeUrl** (string) Buyers' TradeURL - **steamId** (integer) Buyers' STEAMID64 ## Responses ### 201: Deposit created successfully #### Body Parameters: application/json (object) - **success** (boolean) - **type** (string) - **data** (object) ### 422: Validation failed #### Body Parameters: application/json (object) - **success** (boolean) - **type** (string) - **message** (string) - **data** (object) [Powered by Bump.sh](https://bump.sh)