---
title: "Set default wallet"
method: POST
path: "/v1/wallets/default-wallet"
tags: ["Wallets"]
---

# Set default wallet

`POST /v1/wallets/default-wallet`

Resolves walletId to its exact Config or Connection owner and changes only that owner's default wallet. Provider, when supplied, is a consistency assertion.

## Request body

- object — Set default wallet request body.
  - `provider` 'local' | 'fireblocks' | 'privy' | 'coinbase_cdp' | 'para' | 'turnkey' | 'dfns' | 'ibm_haven' | 'anchorage' — Optional consistency assertion for the Provider of the wallet resolved by walletId.
  - `walletId` string, required — Provider wallet ID to set as the default for its exact owning target.

## Response `200`

Default wallet updated

- object — Set default wallet response payload.
  - `defaultWalletId` string, required — Wallet ID set as default.

## Other responses

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

---

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