bridge_create_virtual_account
Create a virtual fiat deposit address that auto-converts to stablecoins, enabling customer crypto funding via bank transfers.
Instructions
Create a virtual account (fiat deposit address) that auto-converts to stablecoins
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | The customer ID | |
| idempotency_key | No | Optional idempotency key for safe retries. Generated automatically when omitted. | |
| source_currency | Yes | The fiat currency for deposits | |
| bridge_wallet_id | No | The Bridge wallet ID (or use destination_address) | |
| destination_chain | Yes | The blockchain for the destination | |
| destination_address | No | The crypto wallet address (or use bridge_wallet_id) | |
| destination_currency | Yes | The stablecoin to convert to | |
| developer_fee_percent | No | Developer fee percentage (e.g., '0.5') |