Crypto Deposits and Withdrawals
This feature is currently available only in the Sandbox environment.
Expanded support for crypto funding flows, enabling seamless deposits and withdrawals in crypto.Details
- New Capabilities: Introduced
bank-deposits
andcrypto-deposits
. The existingdeposits
capability remains available for other deposit types. - Networks: Added
network.type
toList Networks
as a validation hint for frontend integrations. - Quotes / Transactions: The
crypto-address
node now includes anexecution
object supporting three modes —onchain
,offchain
, andsimulated
. 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.
- Crypto Deposit Flow
- Crypto Withdrawal Flow
- Create Quote with node type
crypto-address
as destination - Transaction Schema with node
execution
object
- ⚠️ Update your integrations to read
destination.node.execution.transactionHash
instead ofdestination.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.
Assets Cooldown Ended Webhook
SummaryWe’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.