v1
latestOpenAPI 3.1.02026-07-26165182724.7 KBCounterparty
Set travel rule options for a user
Sets per-account Travel Rule options that skip per-address declarations. Intended to be called at account-setup time for integrators who can attest that a user transacts exclusively with their own wallets, but may be called at any time to toggle individual flags.
Provide exactly one of userId / businessId. At least one flag must be present. Omitting a flag leaves its current value unchanged.
Wallet ownership verification still applies at or above the EUR threshold — the flags only remove the obligation to declare an address before each transaction.
post/travel-rule-options
Request body
Response
Options updated. Returns only the flags that were set in this request.
Example response
{
"tfrOptions": {
"onChainDepositsFromOwnWalletsOnly": true,
"lightningDepositsFromOwnWalletsOnly": true
}
}