stellar_tx_path_payment
Send cross-asset payments on Stellar by finding a conversion path between source and destination assets, with strict send or receive amounts and optional build-only mode.
Instructions
Send a payment using path finding for cross-asset transfers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fee | No | Transaction fee in stroops | |
| path | No | Intermediate assets for path (optional) | |
| network | Yes | Stellar network | |
| dest_min | No | Minimum amount to receive (for strict send) | |
| send_max | No | Maximum amount to send (for strict receive) | |
| build_only | No | Only build transaction, do not submit | |
| dest_asset | Yes | Asset to receive (native or CODE:ISSUER) | |
| send_asset | Yes | Asset to send (native or CODE:ISSUER) | |
| dest_amount | No | Amount to receive (for strict receive) | |
| destination | Yes | Account that will receive the payment | |
| send_amount | No | Amount to send (for strict send) | |
| strict_mode | Yes | Whether to use strict send or strict receive | |
| source_account | Yes | Account that will send the payment |