v1

latestOpenAPI 3.0.32026-07-267278168.1 KB
Wallet

Edit Address Book Entry

Update label for a withdrawal address.

put/v1/wallet/address_book

Request body

withdrawalAddressstring required

The withdrawal address to edit

addressLabelstring

Updated label for the address

Example request

{
  "withdrawalAddress": "0x054A94b753CBf65D1Bc484F6D41897b48251fbfF",
  "addressLabel": "My Ledger Nano X"
}

Response

Updated

successboolean required

Whether the request was successful

errorstring

Error message, present only on failure

error_codestring

Semantic error code. See each endpoint's error responses for the specific codes it can return.

deprecatedstring

Deprecation notice, if applicable

Example response

{
  "success": true
}