Added

Travel rule support on crypto withdrawal endpoints

Trading API

Adds travel rule support for crypto withdrawals:

  • New GET /v2/wallets/travel-rule/vasps endpoint to search the VASP directory and find the destination VASP for a withdrawal.
  • New PATCH /v2/wallets/whitelists/{whitelisted_address_id}/travel-rule-info endpoint to update travel rule information for an existing whitelisted address.
  • New travel_rule_info property on the CreateWhitelistedAddressRequest and WhitelistedAddress schemas. Set beneficiary_is_self_hosted to true for a self-hosted wallet, or supply beneficiary_manual_entry when the destination exchange is not in the directory.
  • New 400 travel 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/vasps
  • PATCH /v2/wallets/whitelists/{whitelisted_address_id}/travel-rule-info
  • POST /v2/wallets/whitelists
  • GET /v2/wallets/whitelists
  • POST /v2/wallets/transfers