create_bridge_deposit_address
Generate a cross-chain deposit address on a specific chain to fund your account. Reuses an existing address if present, ensuring reliable deposits.
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. |