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.
分页和筛选列出您的订单
cURL
curl --request GET \ --url https://api.example.com/api/v1/orders
filled
pending
failed
energy
bandwidth
orders
total
page
page_size
curl "https://api.tronrental.com/v1/orders?type=energy&status=filled&page=1" \ -H "X-API-Key: your_api_key"
{ "orders": [ { "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" } ], "total": 42, "page": 1, "page_size": 50 }