v1
latestOpenAPI 3.0.32026-07-267278168.1 KBWallet
Edit Address Book Entry
Update label for a withdrawal address.
put/v1/wallet/address_book
Request body
Example request
{
"withdrawalAddress": "0x054A94b753CBf65D1Bc484F6D41897b48251fbfF",
"addressLabel": "My Ledger Nano X"
}Response
Updated
Example response
{
"success": true
}