Configure Auto-Selling
configure_auto_sellingConfigure automatic selling of TRON energy and bandwidth by setting reserves, duration limits, and enabling/disabling resource sales.
Instructions
Update auto-selling configuration for a pool. Toggle energy/bandwidth selling, set reserves, duration constraints. Pass the configId from get_auto_selling_config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| configId | Yes | Configuration ID to update (from get_auto_selling_config) | |
| active | No | Enable/disable auto-selling | |
| sellEnergy | No | Enable/disable energy selling | |
| sellBandwidth | No | Enable/disable bandwidth selling | |
| reservedEnergy | No | Energy to keep reserved (not sold) | |
| reservedBandwidth | No | Bandwidth to keep reserved (not sold) | |
| minDuration | No | Minimum rental duration (e.g., "5min", "1h", "1d") | |
| maxDuration | No | Maximum rental duration | |
| allowRenewals | No | Allow order renewals |