Buy Energy
Delegates energy to the specified TRON address. The cost is deducted from your account balance.
Request body
Target TRON address (T… format, 34 characters)
Amount of energy to delegate (min 32,000, max 5,000,000)
Rental duration in hours (1 or 24)
Response
Order status: pending, filled, failed
Example
curl -X POST https://api.tronrental.com/v1/energy/buy \
-H "X-API-Key: your_api_key" \
-H "Content-Type: application/json" \
-d '{
"address": "TYourRecipientAddress1234567890abc",
"energy_amount": 65000,
"duration_hours": 1
}'
{
"order_id": 12345,
"address": "TYourRecipientAddress1234567890abc",
"energy_amount": 65000,
"duration_hours": 1,
"price_trx": "2.75",
"status": "pending"
}
65,000 energy covers one USDT transfer to an address that already holds USDT.
Use 131,000 for first-time USDT recipients (new storage slot creation).