stellar_tx_payment
Create and send Stellar payment transactions by specifying source account, destination, asset, amount, and network; optionally build only or include memo and fee.
Instructions
Create and send a payment transaction
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fee | No | Transaction fee in stroops | |
| memo | No | Optional transaction memo | |
| asset | Yes | Asset to send (native for XLM or CODE:ISSUER for other assets) | |
| amount | Yes | Amount to send (e.g., "10.5" for 10.5 XLM) | |
| network | Yes | Stellar network | |
| memo_type | No | Type of memo | |
| build_only | No | Only build transaction, do not submit | |
| destination | Yes | Account that will receive the payment | |
| source_account | Yes | Account that will send the payment |