xrp_send_transaction
Send XRP from your wallet to any address using your private key, with optional memo. Provide recipient and amount to execute the transaction.
Instructions
Send XRP from your wallet to another address using private key from environment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | Optional memo to include with the transaction | |
| amount | Yes | Amount of XRP to send | |
| toAddress | Yes | XRP address to send to |