Skip to main content
2025.10.08
New FeatureBreaking ChangeTransactions

Crypto Deposits and Withdrawals

This feature is currently available only in the Sandbox environment.
Summary
Expanded support for crypto funding flows, enabling seamless deposits and withdrawals in crypto.
Details
  • New Capabilities: Introduced bank-deposits and crypto-deposits. The existing deposits capability remains available for other deposit types.
  • Networks: Added network.type to List Networks as a validation hint for frontend integrations.
  • Quotes / Transactions: The crypto-address node now includes an execution object supporting three modes — onchain, offchain, and simulated. Learn more about it here.
  • CDD for US Users: All users (including US users) will require to Update customer due diligence before making a crypto deposit or crypto withdrawal.
DocumentationAction Required
  • ⚠️ Update your integrations to read destination.node.execution.transactionHash instead of destination.node.transactionHash.
  • ❌ The old property will no longer return a value.
  • 🔔 Ensure your app handles Customer Due Diligence for all users (including US users) before enabling crypto deposits or withdrawals.
2025.09.29
New FeatureAssetsWebhooks

Assets Cooldown Ended Webhook

Summary
We’ve introduced a new webhook that notifies platforms when a user’s asset cooldown period ends. This enables partners to update asset availability, unlock trading actions, and notify users in real-time — without relying on polling.
DocumentationAction Required
  • ✅ No changes needed if cooldown tracking is not required for your use case.
  • 🔔 Subscribe to this webhook to refresh asset states and proactively notify users when cooldowns end.
I