Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
通过 ID 查询能量或带宽订单的状态
cURL
curl --request GET \ --url https://api.example.com/api/v1/orders/{order_id}
id
status
type
volume
price_trx
delegate_txid
pending
filled
failed
reclaimed
curl https://api.tronrental.com/v1/orders/12345 \ -H "X-API-Key: your_api_key"
{ "id": 12345, "type": "energy", "target_address": "TRecipientAddress...", "volume": 65000, "duration": "1h", "price_trx": "1.79", "status": "filled", "delegate_txid": "a1b2c3d4e5f6...", "undelegate_txid": null, "reclaim_at": null, "source": "api", "created_at": "2026-06-10T04:30:00Z" }