latestOpenAPI 3.0.32026-07-267278168.1 KB
39df6b2fa672
Wallet
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
}