setup_virtual_account
Create a virtual account for automatic fiat-to-stablecoin conversion. Provides bank deposit instructions that convert deposits to stablecoins on specified blockchain networks.
Instructions
Create a virtual account for automatic fiat-to-stablecoin conversion. Provides bank deposit instructions that auto-convert deposits to stablecoins. source_currency: 'usd' or 'eur'. destination_currency: 'usdc', 'usdt', or 'eurc'. network: blockchain network for destination (e.g., 'sol', 'ethereum', 'polygon'). wallet_address: destination wallet address. Optional integrator_bps_fee: basis points fee (default '0').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| source_currency | Yes | ||
| destination_currency | Yes | ||
| network | Yes | ||
| wallet_address | Yes | ||
| integrator_bps_fee | No | 0 |