Get Tron energy cost estimate for an address
Parameters
| Name | Location | Type | Description |
|---|---|---|---|
addressrequired | query | string | Tron wallet address to check energy cost for |
Responses
200 successful operation
{
"success": true,
"cost": 65000,
"msg": "string"
}