v3
latestOpenAPI 3.0.02026-07-311784111.3 MBWallet
Private
Removes an entry from the address book. This method allows you to delete a saved address that is no longer needed.
📖 Related Article: Managing Withdrawals
Scope: wallet:read_write
get/private/remove_from_address_book
Query parameters
currency'BTC' | 'ETH' | 'STETH' | 'ETHW' | 'USDC' | 'USDT' | 'EURR' | 'SOL' | 'XRP' | 'USYC' | 'PAXG' | 'BNB' | 'USDE' required
Currency, i.e "BTC", "ETH", "USDC"
The currency symbol
type'transfer' | 'withdrawal' | 'deposit_source' required
Address book type
Address book type
addressstring required
Address in currency format, it must be in address book
Response
Success response
Example response
{
"result": "ok"
}