stellar_tx_manage_buy_offer
Create, update, or delete a buy offer on the Stellar DEX using your source account, assets, amount, and price.
Instructions
Create, update, or delete a buy offer on the DEX
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fee | No | Transaction fee in stroops | |
| price | Yes | Price per unit (buying/selling) | |
| buying | Yes | Asset to buy (native or CODE:ISSUER) | |
| network | Yes | Stellar network | |
| selling | Yes | Asset to sell (native or CODE:ISSUER) | |
| offer_id | No | Offer ID to update/delete (0 for new offer) | |
| build_only | No | Only build transaction, do not submit | |
| buy_amount | Yes | Amount to buy | |
| source_account | Yes | Account that will create/manage the offer |