Added
Travel rule support for crypto withdrawals and whitelisting
September 1st, 2026
Broker API
Adds travel rule compliance support to the crypto funding endpoints.
- New
GET /v1/wallets/travel-rule/vaspsendpoint to search the VASP directory and find the DID of a destination exchange. - New
PATCH /v1/accounts/{account_id}/wallets/whitelists/{whitelisted_address_id}/travel-rule-infoendpoint to update travel rule information for an existing whitelisted address. - New
travel_rule_infoproperty on the whitelisted address request and response schemas, covering the destination VASP,beneficiary_is_self_hostedfor self-hosted wallets, andbeneficiary_manual_entryfor exchanges not listed in the directory. - New
400travel rule validation error responses on withdrawal and whitelisting requests, documenting the error codes, the required travel rule fields, and the next action needed to satisfy them.
Affected Endpoints
GET /v1/wallets/travel-rule/vaspsPATCH /v1/accounts/{account_id}/wallets/whitelists/{whitelisted_address_id}/travel-rule-infoPOST /v1/accounts/{account_id}/wallets/whitelistsGET /v1/accounts/{account_id}/wallets/whitelistsPOST /v1/accounts/{account_id}/wallets/transfers