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
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.
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.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):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}

