---
title: "Set Default Crypto Wallet"
method: PUT
path: "/crypto-wallets/{wallet_id}/set-default"
tags: ["General APIs with JWT"]
---

# Set Default Crypto Wallet

`PUT /crypto-wallets/{wallet_id}/set-default`

Set a wallet as the default for payouts.

## Path parameters

- `wallet_id` string, uuid, required

## Response `200`

Successful Response

- CryptoWalletResponse — Response model for crypto wallet.
  - `id` string, uuid, required
  - `user_id` string, uuid, required
  - `network` string, required
  - `token` string, required
  - `wallet_address` string, required
  - `is_default` boolean, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/57db0a9348db/schema)
