Skip to content

UpdateWalletConnection

Walter Lara edited this page Jan 26, 2026 · 1 revision

Update Wallet Connection

PATCH /v1/wallet-connections/{connectionId}

Update properties of an existing wallet connection for the authenticated user.
Currently supports updating the display name of the connection.

Request

URL: /v1/wallet-connections/{connectionId}

Method: PATCH

Path Parameters:

Parameter Type Description Required
connectionId string UUID of the wallet connection to update Yes

Query Parameters: None

Headers:

Authorization: Bearer {accessToken} (required)

Content-Type: application/json

Content (JSON body – partial updates allowed):

Field Type Description Required
name string New human-readable/display name for the connection Yes

Example request body:

{
  "name": "My Main Ethereum Wallet"
}

See Also

Generate Wallet Connection Challenge

Answer Wallet Connection Challenge

Generate Wallet Connection QR Code

Connect Wallet

Get Wallet Connections

Disconnect Wallet

Clone this wiki locally