Pre-requisites
- You have an active Conduit account with API access
- You have API credentials (API Key and Secret)
- You have reviewed our Deposits Core Concept
1
Get account deposit instructions
Retrieve the blockchain deposit address for your account. Use
GET /accounts/{id}/deposit-instructions and select the rail/asset you intend to fund (e.g., Ethereum USDC, Tron USDT).Request Example
Response Example (Ethereum USDC)
Response Example (Tron USDT)
Some rails may require tags/memos. Always include any required memo/tag when funding.
2
Send funds to the deposit address
From your exchange or self‑custody wallet, send the matching asset on the specified network to the deposit
walletAddress. Start with a small test amount if this is your first time.3
Monitor deposit status via webhooks or polling
Subscribe to transaction events to receive real‑time updates, or poll Poll a transaction by ID:
GET /transactions/{id} after you receive the transaction ID via webhook.Webhook example (completed deposit):4
Reconcile and use funds
Once the transaction is
completed, the funds are credited to your Conduit account and available for subsequent actions like conversions, payouts, or withdrawals.Summary
You have successfully funded a Conduit account via an on‑chain deposit.What’s next?
- Set up webhooks to receive transaction updates: Configuring Your First Webhook
- Review Deposits Core Concept
API Reference
- List account deposit instructions:
/accounts/{id}/deposit-instructions - Retrieve a transaction:
/transactions/{id}

