Skip to main content
Stablecoin Account API Publisher Disclaimer Withdrawals go to addresses registered in your account’s address book. Each entry records the address, its network and currency, whether it is an exchange or personal wallet, and — where compliance requires it — Travel Rule data about the beneficiary. New entries go through automatic risk assessment and validation.

Create an entry

Call Create Address Book with the address details and a legal declaration matching the address type:
Key fields: The response returns the stored entry, including its address_id, verification_status (1 verified, 2 failed), and need_travel_ruletrue when the entry still has no Travel Rule data.

List entries

Query with List Address Book, filtering by currency, 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.
Use each entry’s 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 Rule meta_data:
Only 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.