dex_withdraw_deposit_address
Fetch Gate exchange deposit address for the session-bound Gate UID. [write] amount must be ≥ min_deposit_amount; do not pass uid — it is resolved from the session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Required. Human-readable amount (same units as on-chain transfer); must be ≥ exchange min_deposit_amount | |
| mcp_token | No | MCP session token obtained from login (dex_auth_google_login_poll or dex_auth_gate_login_poll). MUST be provided in every call to this tool after login; omitting it will result in 403 | |
| chain_name | Yes | Chain name, e.g. BSC, ETH | |
| coin_symbol | Yes | Coin symbol, e.g. USDT | |
| token_address | No | Optional. ERC20 contract for gate-deposit; empty for native. If omitted, USDT is resolved from chain_name; other symbols may require this field |