v1

latestOpenAPI 3.0.32026-07-267278168.1 KB
Wallet

Remove Address Book Entry

Remove a withdrawal address from the address book.

delete/v1/wallet/address_book

Request body

withdrawalAddressstring required

The withdrawal address to remove

Example request

{
  "withdrawalAddress": "0x054A94b753CBf65D1Bc484F6D41897b48251fbfF"
}

Response

Removed

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
}