---
title: "Update Address Password"
method: POST
path: "/api/v2/arbitrum/addresses/{address}"
tags: ["Arbitrum Addresses"]
---

# Update Address Password

`POST /api/v2/arbitrum/addresses/{address}`

## Headers

- `X-Network` 'testnet' | 'mainnet'
- `Authorization` string, required
- `Content-Type` 'application/json' | 'application/x-www-form-urlencoded' | 'multipart/form-data', required

## Request body

- object
  - `old_password` string, required — The old password of the user.
  - `new_password` string, required — The new password of the user.

## Response `200`

- object
  - `status` integer
  - `ok` boolean
  - `message` string
  - `data` unknown[]
    - unknown

## Other responses

- `422`

---

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