stellar_tx_manage_sell_offer
Create, update, or delete a sell offer on the Stellar DEX. Submit or build only the transaction with source account, selling/buying assets, amount, price, and network.
Instructions
Create, update, or delete a sell offer on the DEX
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fee | No | Transaction fee in stroops | |
| price | Yes | Price per unit (buying/selling) | |
| amount | Yes | Amount to sell | |
| 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 | |
| source_account | Yes | Account that will create/manage the offer |