Skip to main content
PATCH
/
wallets
/
{address}
Update Wallet
curl --request PATCH \
  --url https://api.caminotreasury.com/v1/wallets/{address} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "label": "<string>"
}
'
{
  "address": "0x742d35cc6634c0532925a3b844bc454e4438f44e",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "label": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Pass your key in the x-api-key header.

Path Parameters

address
string
required
Pattern: ^0x[a-fA-F0-9]{40}$

Body

application/json
label
string
required

New human-readable label (1–100 chars). Required.

Required string length: 1 - 100

Response

Updated wallet

address
string
required

Ethereum wallet address (lowercase). Used as the wallet's identifier across the API.

Example:

"0x742d35cc6634c0532925a3b844bc454e4438f44e"

createdAt
string<date-time>
required

Creation timestamp

updatedAt
string<date-time>
required

Last update timestamp

label
string | null

Optional human-readable label