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
Create a transaction
To create a transaction, you need to use the
/transactions endpoint. This will create a transaction for the given quote.Request Example
Response Example
The source is the id of either a crypto wallet or a bank account in your customer’s account. This is the
wlt_2nqjHpNLK6wSNlFyMvZgX8SYeAO or bank_1234 in the response example. This is required to identify the true sender of the funds.The destination is the id of a bank account payment method of the customer or counterparty that will receive the funds.
Summary
You have successfully created your first offramp transaction on Conduit using the Transaction API on Conduit.What’s next?
- Set up webhooks to receive transaction status updates: Configuring Your First Webhook
- Review Transactions Core Concepts

