create_bridge_deposit_address
Get or create a cross-chain deposit address for your account. Send supported assets to the returned address to credit your account; repeated calls return the same address.
Instructions
Get or create the authenticated account's cross-chain deposit address on a chain. Sending a supported asset to the returned address credits the account. Idempotent per (account, chain): repeated calls return the same address rather than allocating a new one. Requires API credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Chain to get-or-create a deposit address on, e.g. "ethereum". Use `get_bridge_assets` to discover supported chains. |