---
title: "PUT /v1/admin/wallets/{userId}"
method: PUT
path: "/v1/admin/wallets/{userId}"
tags: ["wallets"]
---

# PUT /v1/admin/wallets/{userId}

`PUT /v1/admin/wallets/{userId}`

## Path parameters

- `userId` string, required

## Request body

- AdminUpdateFundsDto
  - `reason` 'free_gift' | 'host_cut' | 'referrer_cut' | 'parent_cut' | 'transaction_voided' | 'game_played' | 'game_outcome' | 'pending_outcome' | 'purchase' | 'redeem' | 'refund' | 'payout' | 'admin_update' | 'distributor_cut' | 'achievement', required
  - `walletVersion` number
  - `funds` ValidUpdateFund[], required
    - `type` 'black' | 'white' | 'coin' | 'point', required
    - `amount` number, required
  - `adminDescription` string
  - `distributorId` string
  - `gameCorrectAnswer` boolean
  - `gameDeclared` boolean

## Response `204`

Updated User Wallet via Admin Controls

- UpdateWalletResponse
  - `version` number
  - `updatedAt` string, date-time, required

---

[API](https://skmtc.net/versusgame/apis/versusgame-api.md) · [All operations](https://skmtc.net/versusgame/apis/versusgame-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/versusgame/versusgame-api/revisions/e86f45ae5f7c/schema)
