Improved
Travel Rule schema refinements on crypto funding endpoints
September 1st, 2026
Refines how Travel Rule schemas are described in the Broker and Trading API specs. Accepted and returned values are unchanged.
- The
TravelRuleRequiredFieldschema now expresses its field options as an OpenAPI 3.1 array-or-null schema instead of the legacynullableflag. - Removes duplicate Travel Rule validation error examples from the
TravelRuleValidationErrorschema; the same examples remain available through the shared components.
Broker API
POST /v1/accounts/{account_id}/wallets/transfersPOST /v1/accounts/{account_id}/wallets/whitelistsPATCH /v1/accounts/{account_id}/wallets/whitelists/{whitelisted_address_id}/travel-rule-info
Trading API
POST /v2/wallets/transfersPOST /v2/wallets/whitelistsPATCH /v2/wallets/whitelists/{whitelisted_address_id}/travel-rule-info