---
title: "Get wallet settings"
method: GET
path: "/v1/wallet-settings"
tags: ["WalletSetting"]
---

# Get wallet settings

`GET /v1/wallet-settings`

Retrieves the wallet settings for the current user's wallet

## Response `200`

Wallet settings retrieved successfully

- object
  - `data` object, required
    - `autoReloadEnabled` boolean, required
    - `autoReloadMode` 'threshold' | 'prediction', required — Rule used to decide when and how much to top up.
    - `autoReloadThreshold` number, required — USD credit balance at or below which an automatic top-up is triggered.
    - `autoReloadAmount` number, required — USD amount charged to the default payment method on each automatic top-up.

## Other responses

- `404` — UserWallet Not Found

## Changes

- **2026-08-20** `5ba174935de9` — 1 info
  - added the required property `data/autoReloadMode` to the response with the `200` status
- **2026-08-07** `bb0b68662ba3` — 2 info
  - added the required property `data/autoReloadAmount` to the response with the `200` status
  - added the required property `data/autoReloadThreshold` to the response with the `200` status
- **2026-07-20** `c3b0e234fc13` — 1 info
  - api operation id `getWalletSettings` was added

[Change history](https://skmtc.dev/akash-network/apis/akash-network-console-api/changes/v1/wallet-settings/get.md)

---

[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-service-production.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/revisions/77a0df47eb74/schema)
