Convert incoming EUR
into USDC instantly.
Every SEPA transfer detected on your virtual IBAN triggers an automatic conversion and on-chain send. No manual intervention, no liquidity windows.
- check_circle EUR → USDC conversion in <30 seconds
- check_circle Support for USDC, USDT and DAI
- check_circle On-chain confirmation webhook
POST /v1/transfers
{
"source": {
"type": "iban",
"iban": "ES76 2100 0418 ...",
"currency": "EUR",
"amount": 500
},
"destination": {
"type": "wallet",
"address": "0xA1b2...F3d4",
"network": "polygon",
"asset": "USDC"
},
"meta": {
"gas_sponsor": true,
"auto_convert": true
}
}
// Response
{
"id": "tx_9vKz3wQ8",
"status": "settled",
"output_amount": "498.21 USDC",
"gas_paid_by": "bridflow"
}