Added
Travel rule support on crypto withdrawal endpoints
September 1st, 2026
Trading API
Adds travel rule support for crypto withdrawals:
- New
GET /v2/wallets/travel-rule/vaspsendpoint to search the VASP directory and find the destination VASP for a withdrawal. - New
PATCH /v2/wallets/whitelists/{whitelisted_address_id}/travel-rule-infoendpoint to update travel rule information for an existing whitelisted address. - New
travel_rule_infoproperty on theCreateWhitelistedAddressRequestandWhitelistedAddressschemas. Setbeneficiary_is_self_hostedto true for a self-hosted wallet, or supplybeneficiary_manual_entrywhen the destination exchange is not in the directory. - New
400travel rule validation error responses on whitelisted address creation and withdrawal requests, describing the required fields and next action.
Affected Endpoints
GET /v2/wallets/travel-rule/vaspsPATCH /v2/wallets/whitelists/{whitelisted_address_id}/travel-rule-infoPOST /v2/wallets/whitelistsGET /v2/wallets/whitelistsPOST /v2/wallets/transfers