Back to Developer Portal

SDKs & Libraries

Official client libraries for integrating TronEnergyHub into your applications.

Available Packages

Quick Start — Create an Order

cURL
curl -X POST https://api.tronenergyhub.com/api/v1/orders \
  -H "Authorization: Bearer teh_live_..." \
  -H "Content-Type: application/json" \
  -d '{"recipientAddress": "TYourAddress", "energyAmount": 65000, "durationHours": 1}'