Update Address Book
Update an existing wallet address book entry. Use this to edit the label or whitelist flag, or to add/edit Travel Rule data (meta_data) for an address before withdrawing.
Stablecoin Account API Publisher Disclaimer
Authorizations
The API token for login provided by UQPay.
Headers
Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts API. If omitted or empty, the request is executed using the master account.
More information at Connected Accounts.
A unique identifier (UUID) used to maintain operation idempotency, ensuring that repeated executions of the same operation do not result in unintended effects or duplication. It helps preserve data consistency in the face of network errors, retries, or failures.
Body
Address entry ID to update
"72612f65-6026-4cd0-b184-6c48f4850590"
Whether the address is whitelisted (0: No, 1: Yes)
1
Address label/name
"My USDT Wallet"
Travel Rule data to add or edit for this address. Stored as the address's travel_rule_data.

