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, including its
address_id, verification_status (1 verified, 2 failed), and need_travel_rule — true when the entry 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

