wait_for_delegation
ActiveTool of MERX - TRON Resource Exchange
Block until an order reaches a terminal state (FILLED, PARTIAL, FAILED, or CANCELLED) by polling get_order at fixed intervals. Use this right after create_order when you need to confirm the energy/bandwidth has actually been delegated on-chain before sending the next transaction. Returns the final order details including the on-chain delegation tx hash. Auth required.
Parameters schema
{
"type": "object",
"required": [
"order_id"
],
"properties": {
"order_id": {
"type": "string",
"description": "The order UUID returned by create_order."
},
"timeout_sec": {
"type": "number",
"description": "Maximum time to wait in seconds (default: 60, max: 300)."
},
"poll_interval_sec": {
"type": "number",
"description": "How often to check status in seconds (default: 3, min: 1)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
MERX - TRON Resource Exchange
https://github.com/Hovsteder/merx-mcp
2/7 registries