curl --request POST \
--url https://api.bullring.finance/v2/ramp/{subaccountId}/banking/offramp/initiate \
--header 'Content-Type: application/json' \
--header 'x-api-key: YOUR_API_KEY' \
--data '{
"from": {
"chain": "ETH-SEPOLIA",
"asset": "USDC",
"amount": 1000,
"sender_address": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"
},
"to": {
"recipient_id": "39e4f180-b558-4346-bf5f-2ec9c6b444f4",
"currency": "USD",
"payment_rail": "WIRE",
"named_withdrawal": true
},
"client_offramp_reference": "5a26b319-fc68-4ee2-83f2-19889571620d"
}'