---
title: "Update Wallet"
method: PUT
path: "/v1/agents/{agent_id}/wallet"
tags: ["v1", "protected", "wallet"]
---

# Update Wallet

`PUT /v1/agents/{agent_id}/wallet`

Update wallet configuration.

## Path parameters

- `agent_id` string, uuid, required

## Request body

- UpdateWalletRequest
  - `credentials` WalletCredentialsSchema
    - `mpp_tempo_key` string, nullable
    - `x402_private_key` string, nullable
  - `mpp_config` MPPConfigSchema
    - `chain_id` integer, nullable
    - `currency` string, nullable
    - `decimals` integer
    - `payment_method_types` string[]
    - `recipient` string, nullable
    - `rpc_url` string, nullable
    - `session_budget_usd` number
    - `stripe_profile_id` string, nullable
  - `service_budget_period` string, nullable
  - `service_budget_usd` number, nullable
  - `status` string, nullable
  - `wallet_type` string, nullable
  - `x402_config` X402ConfigSchema
    - `facilitator_url` string
    - `network` string
    - `scheme` string
    - `signer_type` string

## Response `200`

Successful Response

- WalletResponse
  - `agent_id` string, required
  - `created_at` string, nullable
  - `has_credentials` boolean
  - `id` string, required
  - `mpp_config` object, nullable
  - `service_budget_period` string, required
  - `service_budget_usd` number, required
  - `status` string, required
  - `updated_at` string, nullable
  - `wallet_type` string, required
  - `x402_config` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.net/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/versions/e3650e48373b/schema)
