Create an entry
Call Create Address Book with the address details and a legal declaration matching the address type:
The response returns the stored entry using the same representation as List Address Book. In responses,
address_type, address_status, and verification_status are integer codes. address_type is 1000 for an exchange address or 2000 for a personal wallet. The entry also includes address_id and need_travel_rule — true when it still has no Travel Rule data.
List entries
Query with List Address Book, filtering bycurrency, network, address_type, verification_status, wallet_address, or address_label:
The
address_kind parameter selects which kind of entries you get: whitelist (the default) returns withdrawal destinations; deposit_sender returns the originator records created via Submit Deposit Sender Travel Rule.need_travel_rule flag to prompt users to complete beneficiary information before they attempt a withdrawal that requires it.
Update an entry
Update Address Book edits an existing entry — change the label, toggle the whitelist flag, or add and edit Travel Rulemeta_data:
address_id is required; include just the fields you want to change. Adding meta_data here is how you backfill Travel Rule data on an address that was created without it.
Related
- Create Address Book API
- Update Address Book API
- Travel Rule compliance — when
meta_datais required and how to fill it - Send withdrawals

