---
title: "Initialize wallet signing"
method: POST
path: "/v1/wallets/initialize"
tags: ["Wallets"]
---

# Initialize wallet signing

`POST /v1/wallets/initialize`

Initializes wallet signing for the organization or project by creating an active signing configuration.

## Request body

- union — Initialize wallet signing provider for the project resolved from the request context.
  - object
    - `provider` 'local', required
    - `walletLabel` string
  - object
    - `provider` 'fireblocks', required
    - `walletLabel` string
  - object
    - `provider` 'privy', required
    - `requestDelayMs` integer
    - `walletLabel` string
  - object
    - `provider` 'coinbase_cdp', required
    - `network` 'solana' | 'solana-devnet'
    - `accountPolicy` string
    - `walletLabel` string
  - object
    - `provider` 'para', required
    - `requestDelayMs` integer
    - `walletLabel` string
  - object
    - `provider` 'turnkey', required
    - `requestDelayMs` integer
    - `walletLabel` string
  - object
    - `provider` 'dfns', required
    - `network` 'Solana' | 'SolanaDevnet'
    - `walletLabel` string
  - object
    - `provider` 'ibm_haven', required
    - `network` 'Solana' | 'SolanaDevnet'
    - `walletLabel` string
  - object
    - `provider` 'anchorage', required
    - `walletLabel` string
    - `network` 'solana' | 'solana-devnet'
  - object
    - `provider` 'utila', required
    - `walletLabel` string

## Response `201`

Wallet signing initialized

- object — Wallet signing initialization result.
  - `configId` string, required — Created wallet signing config ID.
  - `publicKey` string, required — Public key of the provisioned root wallet.
  - `walletId` string, required — Provider wallet ID of the provisioned root wallet.

## Other responses

- `400` — Error
- `401` — Error
- `403` — Error
- `409` — Error
- `500` — Error

## Changes

- **2026-08-20** `672b1916ba61` — 1 breaking, 1 info
  - removed `subschema #1, subschema #2, subschema #3, subschema #4, subschema #5, subschema #6, subschema #7, subschema #8, subschema #9, subschema #10` from the request body `oneOf` list
  - added `subschema #1, subschema #2, subschema #3, subschema #4, subschema #5, subschema #6, subschema #7, subschema #8, subschema #9, subschema #10` to the request body `oneOf` list
- **2026-08-15** `3e302bba5386` — 5 warning
  - added the new `SERVICE_UNAVAILABLE` enum value to the `error/code` response property for the response status `400`
  - added the new `SERVICE_UNAVAILABLE` enum value to the `error/code` response property for the response status `401`
  - added the new `SERVICE_UNAVAILABLE` enum value to the `error/code` response property for the response status `403`
  - added the new `SERVICE_UNAVAILABLE` enum value to the `error/code` response property for the response status `409`
  - …1 more

[Change history](https://skmtc.dev/solana/apis/solana-developer-platform-api/changes/v1/wallets/initialize/post.md)

---

[API](https://skmtc.dev/solana/apis/solana-developer-platform-api.md) · [All operations](https://skmtc.dev/solana/apis/solana-developer-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/solana/solana-developer-platform-api/revisions/13f3098243d6/schema)
