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
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.
Before using Crypto Deposit Withdraw, ensure:
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 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:
The Create Deposit Session endpoint requires both:
See User Identification for details on authenticating users for payouts.
Once a user sends tokens to the deposit address:
Monitor payout status using Withdraw Webhooks to notify your users when their payout is complete.
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.