---
title: "Add wallets to a user"
method: POST
path: "/v2/users/{userId}/wallets/add"
tags: ["Wallet"]
---

# Add wallets to a user

`POST /v2/users/{userId}/wallets/add`

Add wallets to a user

## Path parameters

- `userId` string, required

## Request body

- UserV2AddWallets
  - `chains` string[], required

## Response `200`

Success

- union
  - IndividualUserV2Object
    - `id` string, uuid — User ID
    - `createdAt` string, date-time — Data and time when the user was created
    - `type` string
    - `email` string
    - `name` string
    - `wallets` object
      - `INDIVIDUAL` object
        - `ETHEREUM` WalletAddressObject
          - `id` string, uuid — Wallet ID
          - `address` string, required — Wallet address
        - `POLYGON` WalletAddressObject
          - `id` string, uuid — Wallet ID
          - `address` string, required — Wallet address
  - BusinessUserV2Object
    - `id` string, uuid — User ID
    - `createdAt` string, date-time — Data and time when the user was created
    - `type` string
    - `email` string
    - `name` string
    - `wallets` object
      - `INDIVIDUAL` object
        - `ETHEREUM` WalletAddressObject
          - `id` string, uuid — Wallet ID
          - `address` string, required — Wallet address
        - `POLYGON` WalletAddressObject
          - `id` string, uuid — Wallet ID
          - `address` string, required — Wallet address

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

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