v3

latestOpenAPI 3.0.02026-07-311784111.3 MB
Wallet
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

Try in API console

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

jsonrpc'2.0' required

The JSON-RPC version (2.0)

idinteger

The id that was sent in the request

resultstring required

ok

Example response

{
  "result": "ok"
}