List Extendable Delegations
tronsave_internal_extend_delegatesReturn extendable delegations for a receiver plus an extendData payload for the extension flow. Requires a logged-in MCP session created by the tronsave_login tool: include mcp-session-id: <sessionId> returned by tronsave_login on subsequent MCP requests. Internal tools never accept API keys via tool arguments; signature sessions resolve the latest internal API key on demand, while api-key sessions reuse the validated key from login. Use as STEP 1 before tronsave_internal_create_extend_request when the user wants to extend existing delegation time. Read-only; does not submit anything. FRESHNESS: pricing/availability change within seconds — run immediately before extending and pass the returned extendData unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extendTo | Yes | Target end time as Unix epoch milliseconds (UTC) for the extended delegation. | |
| receiver | Yes | TRON base58 address of the account that receives the delegated resource. | |
| requester | No | TRON base58 requester; defaults to the API key account when omitted. | |
| resourceType | No | Resource type. Default ENERGY when omitted. | |
| maxPriceAccepted | No | Maximum unit price in SUN you are willing to pay for the extension. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extendData | No | Delegations to extend; pass unchanged into internal_create_extend_request `extendData`. | |
| yourBalance | No | Current account balance in SUN. | |
| isAbleToExtend | No | Whether balance is sufficient to extend. | |
| extendOrderBook | No | Order book for extend. | |
| totalEstimateTrx | No | Total estimated TRX cost in SUN. | |
| totalDelegateAmount | No | Total delegated resource amount. | |
| totalAvailableExtendAmount | No | Total available amount to extend. |