Sync with Waxpeer session to auto-fill API key

Get Tron energy cost estimate for an address

GET/v1/payment/tron-energy/cost

Parameters

NameLocationTypeDescription
address
required
querystring

Tron wallet address to check energy cost for

Responses

200 successful operation

Response
{
  "success": true,
  "cost": 65000,
  "msg": "string"
}