---
title: "Update wallet settings"
method: PUT
path: "/v1/wallet-settings"
tags: ["WalletSetting"]
---

# Update wallet settings

`PUT /v1/wallet-settings`

Updates wallet settings for a user wallet

## Request body

- object
  - `data` object, required
    - `autoReloadEnabled` boolean, required

## Response `200`

Wallet settings updated successfully

- object
  - `data` object, required
    - `autoReloadEnabled` boolean, required

## Other responses

- `404` — UserWallet Not Found

---

[API](https://skmtc.dev/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.dev/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc.dev/akash-network/apis/akash-network-console-api/revisions/1c1eaa6f8dc7?raw)
