Crypto Deposit Withdraw
Crypto Deposit Withdraw
Crypto Deposit Withdraw allows merchants to accept stablecoin deposits from users on supported blockchains and automatically convert them into fiat payouts. When a user sends crypto to the provided deposit address, Coinflow detects the deposit, converts it to USD, and initiates a payout to the user’s linked bank account or debit card.
This is ideal for platforms that want to offer crypto off-ramps without building and maintaining their own blockchain settlement infrastructure.
How It Works
- Your platform requests a deposit address for a user
- The user sends stablecoins (USDC or USDT) to the deposit address
- Coinflow detects the deposit and automatically initiates a fiat payout to the user’s linked account
Supported Chains
Crypto Deposit Withdraw supports the following chains:
Production:
Sandbox:
Use the Get Supported Chains endpoint to dynamically retrieve the current list of supported chains and tokens.
Prerequisites
Before using Crypto Deposit Withdraw, ensure:
- The user has completed KYC verification
- The user has a linked payout destination (bank account or debit card)
- Your merchant account is configured for crypto withdrawals — contact the Coinflow integrations team to enable this feature
Integration
Get Supported Chains
Retrieve the list of supported blockchains and tokens. Use this to display available deposit options to your users.
Response:
The example response above shows sample values. Actual chain names, token names, and image URLs will differ in production. Always use the API response to populate your UI.
Create a Deposit Session
Create a deposit session to generate a deposit address for a user. The user sends stablecoins to this address — any amount is accepted — and once the deposit is confirmed, Coinflow automatically initiates the fiat payout for the value received.
Deposit addresses are open-ended: the user chooses the amount they send, and the payout is sized to match the value of the tokens received.
Request Body:
Example Request:
The account value above is an example. Use the actual payout account token from your user’s linked bank account or debit card.
Response:
Authentication
The Create Deposit Session endpoint requires both:
- Merchant authentication — Admin-level merchant API key
- User authentication — The user must be an approved withdrawer (via wallet auth or session key)
See User Identification for details on authenticating users for payouts.
Payout Lifecycle
Once a user sends tokens to the deposit address:
- Deposit detected — Coinflow monitors the deposit address and detects the incoming transaction
- Conversion — The stablecoins are converted to USD
- Payout initiated — A fiat payout is automatically initiated to the user’s linked account at the specified speed
- Payout completed — The user receives funds in their bank account or on their debit card
Monitor payout status using Withdraw Webhooks to notify your users when their payout is complete.
Supported Payout Speeds
All standard payout speeds are available with Crypto Deposit Withdraw. The speed parameter determines how quickly the user receives their fiat funds after the deposit is confirmed.
See Understanding Payout Speeds for full details.

