create_withdrawal
Creates a withdrawal request to send cryptocurrency to an external wallet address. Requires a separate withdrawal API key for secure processing.
Instructions
Create a withdrawal request to send funds to an external wallet address. Requires INVENTPAY_WITHDRAWAL_KEY to be configured (a separate withdrawal API key generated from Dashboard → Settings).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to withdraw | |
| currency | Yes | Cryptocurrency to withdraw | |
| description | No | Withdrawal description/memo | |
| destinationAddress | Yes | External wallet address to send funds to |