---
title: "PUT /v1/organizations/{orgId}/wallets/{walletId}/default"
method: PUT
path: "/v1/organizations/{orgId}/wallets/{walletId}/default"
tags: ["wallets"]
---

# PUT /v1/organizations/{orgId}/wallets/{walletId}/default

`PUT /v1/organizations/{orgId}/wallets/{walletId}/default`

Set a wallet as the default wallet for an organization.

## Path parameters

- `orgId` string, required
- `walletId` string, required

## Response `200`

OK

- GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityOrganizationWallet
  - `address` string
  - `createdAt` string
  - `deletedAt` string
  - `deletedBy` string
  - `id` string
  - `isDefault` boolean
  - `name` string
  - `organizationId` string
  - `turnkeyWalletId` string
  - `updatedAt` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/b3-fun/apis/b3os-workflow-api.md) · [All operations](https://skmtc.dev/b3-fun/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/b3-fun/b3os-workflow-api/revisions/5a750a5a9596/schema)
