bridge_create_wallet
Create a custodial wallet for a customer on Solana, Ethereum, Polygon, or Base to facilitate stablecoin payments.
Instructions
Create a custodial wallet for a customer on a specific blockchain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | The blockchain to create the wallet on | |
| customer_id | Yes | The customer ID | |
| idempotency_key | No | Optional idempotency key for safe retries. Generated automatically when omitted. |