Rent Tron energy for an address
Rents Tron energy for the specified address, deducting the cost from the user's balance. The cost is determined by the current TRX price and the amount of energy required (5 TRX for 65000 energy or 10 TRX for 131000 energy).
Parameters
| Name | Location | Type | Description |
|---|---|---|---|
apirequired | query | string | Your WAXPEER API |
Request body
| Name | Location | Type | Description |
|---|---|---|---|
addressrequired | body | string | Tron wallet address to rent energy for |
{
"address": "TJnmJPpsbmfaLPmkxWz5EXKxUCtzdGSvcT"
}Responses
200 successful operation
{
"success": true,
"address": "TJnmJPpsbmfaLPmkxWz5EXKxUCtzdGSvcT",
"total_cost": 1170,
"msg": "Successfully rented Tron energy for 1.17 USD (5 TRX)"
}