---
title: "Create wallet"
method: POST
path: "/v1/wallets"
tags: ["Account Wallets"]
---

# Create wallet

`POST /v1/wallets`

Creates wallet and links it to the account

## Request body

- BpDtoAddWalletRequest
  - `address` string

## Response `200`

OK

- BpModelsWallet
  - `id` string
  - `address` string
  - `preferences` BpModelsWalletPreferences
    - `selectedNetworks` string[]

---

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