TRON Energy API

Rent TRON energy via API: order Energy and Bandwidth for any TRON address programmatically — automate withdrawals, payouts and transfers without burning TRX.

rent-tron-energy.tsx Energy API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { TronZapClient }
from 'tronzap-sdk';
// Initialize the client
const client = new TronZapClient({
   apiToken: 'your_api_token',
   apiSecret: 'your_api_secret'
});

// Create energy transaction
const transaction = await
client.createEnergyTransaction(
   'TRON_WALLET_ADDRESS',
   65150, // From 60000
   1, // 1 or 24 hours
   'my-tx-id', // Optional external ID

TRON energy rental API for platforms and services

TronZap is API-first: everything we offer is available programmatically — TRX Energy and Bandwidth rental, TRON Energy subscriptions and AML crypto checks.
One integration, all services.

View Energy API docs
TronZap API Reference

SDK for faster integration

Get started in minutes with TRON Energy Rental SDKs for PHP, Node.js and Python — no boilerplate, no manual API wiring.

Get started with SDK
TRON Energy Rental SDK Libraries