Internal Order Details
tronsave_internal_order_detailsFetch full details for one internal-account order by order ID. 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 when monitoring fulfillment after tronsave_internal_order_create, or when the user asks for status on a specific order id. Read-only. FRESHNESS: order state changes within seconds as the market matches — re-read immediately before acting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes | TronSave order ID (hex string), e.g. value returned in internal.order.create response data.orderId. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | TronSave order ID (hex string). | |
| price | No | Unit price in SUN. | |
| status | No | Order status. | |
| receiver | No | TRON base58 receiver address. | |
| createdAt | No | Order created time (Unix epoch ms or ISO-8601, endpoint-dependent). | |
| delegates | No | Delegations fulfilling this order. | |
| orderType | No | Order type (NORMAL | FAST | EXTEND). | |
| requester | No | TRON base58 requester address. | |
| durationSec | No | Delegated duration in seconds. | |
| payoutAmount | No | Payout amount in SUN. | |
| remainAmount | No | Remaining unfulfilled amount. | |
| resourceType | No | Resource type. | |
| resourceAmount | No | Resource amount of order. | |
| allowPartialFill | No | Whether partial fill is allowed. | |
| fulfilledPercent | No | 0 = pending, 1-99 = partial, 100 = fully matched. |