Pre-requisites
- You have an active Conduit account with API access
- You have API credentials (API Key and Secret)
- You have reviewed our Customers Core Concepts
1
2
Monitor status via webhooks
Subscribe to webhook events to track the withdrawal lifecycle:
| Event | Description |
|---|---|
transaction.processing_withdrawal | Conduit is submitting the on-chain transfer |
transaction.withdrawal_processed | On-chain submission completed |
transaction.processing_settlement | Awaiting confirmations/finalization |
transaction.settlement_processed | Completed and settled |
3
Validate addresses and networks
Always ensure the destination address supports the specified asset and network. Sending to the wrong network can permanently lose funds.
Summary
You have successfully created your first withdrawal transaction.What’s next?
- Set up webhooks to receive transaction status updates: Configuring Your First Webhook
- Review Withdrawals Core Concept

