new_coin_withdrawal
Initiate a cryptocurrency withdrawal to an external wallet. Specify currency, amount, and destination address; optionally add a memo or network.
Instructions
Create a new cryptocurrency withdrawal.
Note: BitOasis requires email and SMS/TOTP confirmation for withdrawals.
Args: currency: Crypto symbol, e.g. "BTC", "ETH". amount: Amount to withdraw (as string). withdrawal_address: Destination wallet address. withdrawal_address_id: Additional address identifier (e.g. XRP tag, XLM memo). network: Network code (e.g. "bitcoin", "erc20"). Uses default if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency | Yes | ||
| amount | Yes | ||
| withdrawal_address | Yes | ||
| withdrawal_address_id | No | ||
| network | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |