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/bandwidth/rentals
active
cancelled
ended_insufficient_balance
rentals
status
volume
daily_trx
total_charged_trx
next_billing_at
curl "https://api.tronrental.com/v1/bandwidth/rentals?status=active" \ -H "X-API-Key: your_api_key"
{ "rentals": [ { "id": 4321, "address": "TYourRecipientAddress1234567890abc", "volume": 350, "status": "active", "daily_trx": "0.4205", "total_charged_trx": "1.2615", "billing_count": 3, "next_billing_at": "2026-06-11T04:30:00+00:00", "last_billed_at": "2026-06-10T04:30:00+00:00", "delegate_txid": "abc123...", "undelegate_txid": null, "ended_at": null, "created_at": "2026-06-08T04:30:00+00:00" } ] }