TRON Energy rental API

Tron energy
rental API

Automate Enregy and Bandwidth delegation for thousands of TRON transactions a day. One API key, a REST interface over JSON, and no TRX locked in staking — your team stops babysitting fees and the network stops burning your balance on every TRC-20 transfer.

Automate Enregy and Bandwidth delegation for thousands of TRON transactions a day. One API key, a REST interface over JSON, and no TRX locked in staking — your team stops babysitting fees and the network stops burning your balance on every TRC-20 transfer.

Introduction to TRON Energy rental APIs

Introduction to TRON Energy rental APIs

The TRON Energy API service is designed to optimize fees for transit wallets and make your transaction flow predictable. It provisions energy for deposit and payout addresses in real time, so you save TRX on both withdrawals and internal transfers without changing how your backend works. Every operation on the TRON blockchain consumes network resources: bandwidth for a plain transfer, and energy for any smart contract call — including a TRC-20 USDT transfer. When an address holds neither, the node settles the difference by burning TRX from the sender at a rate the network denominates in SUN. There is no gas auction to bid in: you either supply the resource or you pay for it in coin. Renting through the API supplies the resource, which is why the same transfer becomes effectively gasless. The scheme below illustrates how the system works.

Show more

Withdrawals

Other transactions

01

Integrate via dedicated API keys using technical endpoint documentation

02

Your backend issues automated Energy allocation requests for individual deposit or transit addresses

03

On-chain Energy delegates to specified target wallets within seconds

04

Consolidate funds or execute smart contract calls free of network
burn fees

Transit wallet

TRONEX API

Your system

Main wallet

API request for replenishment

Make a transaction to the main wallet
without burning TRX (with energy)

*You can have any number of transit wallets

Energy replenished on transit wallet

Other transactions

Withdrawals

01

Add your public wallet address in the Tronex Energy dashboard

02

We analyze transaction load and auto‑configure energy settings

03

Tronex Energy delegates energy to your wallet

04

You send TRC20 transactions 100% gas-free

05

We monitor your energy 24/7 and automatically replenish it as needed

TRONEX Energy

Outgoing TRC20 transaction

TY1oP89N6x...

Target address

Energy delegation

Gas-free using energy

Withdrawal wallet

Energy delegation

Add your public wallet address in the Tronex Energy dashboard

TRONEX Energy

We analyze transaction load and auto‑configure energy settings

Withdrawal wallet

Tronex Energy delegates energy to your wallet

Outgoing TRC20 transaction

Gas-free using energy

You send TRC20 transactions 100% gas-free

Target address

We monitor your energy 24/7 and automatically replenish it as needed

Other transactions

Withdrawals

Background Contact us

API authentication and access

For your convenience, you can obtain an API key linked to your internal account directly through our bot, or by contacting us. Every request goes to https://api.tronex.energy and carries the key in the X-API-KEY header — there is no OAuth handshake, no session and no expiring token to refresh, so authorization stays a single line in your HTTP client.

tron energy
tron energy
Background Contact us

API authentication and access

For your convenience, you can obtain an API key linked to your internal account directly through our bot, or by contacting us. Every request goes to https://api.tronex.energy and carries the key in the X-API-KEY header — there is no OAuth handshake, no session and no expiring token to refresh, so authorization stays a single line in your HTTP client.

Your internal account keeps your assets safe, and the API key lets you access it automatically.

Treat the key as production credentials: it authorizes spending from your balance,

so keep it private and protect it from unauthorized use.

Checking account balance and status

Checking account balance and status

Two read-only endpoints keep your integration aware of its own funding. GET /api/v1/balance returns the current balance of your internal account as a JSON response, so you can gate order creation behind a threshold check instead of discovering a shortfall mid-batch. GET /api/v1/refill returns the address to send funds to for a top-up, together with the balance figure — useful when your finance flow is automated and the payment leg runs from a different system than the rental leg.

Two read-only endpoints keep your integration aware of its own funding. GET /api/v1/balance returns the current balance of your internal account as a JSON response, so you can gate order creation behind a threshold check instead of discovering a shortfall mid-batch. GET /api/v1/refill returns the address to send funds to for a top-up, together with the balance figure — useful when your finance flow is automated and the payment leg runs from a different system than the rental leg.

Creating and managing Energy rental orders

Creating and managing Energy rental orders

Order handling follows a simple sequence: estimate, buy, then track. Use Get energy price for a preliminary calculation before you commit funds, Buy energy to place the order against a target wallet, and Get order status to confirm delegation. If you are not sure how much energy a given set of addresses actually needs, Get amount of energy needed to send transaction accepts an array of TRON addresses and answers that question directly, which removes the guesswork from batch planning.

Order handling follows a simple sequence: estimate, buy, then track. Use Get energy price for a preliminary calculation before you commit funds, Buy energy to place the order against a target wallet, and Get order status to confirm delegation. If you are not sure how much energy a given set of addresses actually needs, Get amount of energy needed to send transaction accepts an array of TRON addresses and answers that question directly, which removes the guesswork from batch planning.

Method

Endpoint

What it does

Get balance

GET /api/v1/balance

Returns the current balance of your internal account

Get refill address

GET /api/v1/refill

Returns the address for topping up your balance

Get energy price

POST /api/v1/precountOrder

Preliminary cost estimate for a given period and volume

Buy energy

POST /api/v1/buyenergy

Creates an energy order for a target wallet

Get amount of energy needed

POST /api/v1/cost

Returns required energy for an array of TRON addresses

Get bandwidth price

POST /api/v1/precountBandwidth

Preliminary cost estimate for a bandwidth order

Buy bandwidth

POST /api/v1/buybandwidth

Creates a bandwidth order for a target wallet

Buy activation

POST /api/v1/activate

Activates an address on the TRON mainnet

Get order status

GET /api/v1/status/{id}

Returns the state of a single order by its ID

A status response carries the fields your reconciliation logic needs: order_id, target, duration, volume, summa, status and the on-chain txid. The service does not push webhook callbacks today, so integrations poll the status endpoint until the order reads as filled — a short interval is enough, since delegation normally lands within seconds. The txid lets you verify the delegation independently on Tronscan or against your own node, which keeps your audit trail on-chain rather than on our word.

Automatic TRON Energy rental service

Automatic TRON Energy rental service

Smooth operations matter as much as savings. Our automatic TRX energy rental service watches your addresses and delegates on its own schedule, so a spike in withdrawals never turns

into a queue of failed transfers.

AML-safe tron energy market platform

Connect your withdrawal address to Energy delegation

AML-safe tron energy market platform

Connect your withdrawal address to Energy delegation

24/7 tron energy rental service

We enable a customized mode that manages Energy according to your daily transaction volume

24/7 tron energy rental service

We enable a customized mode that manages Energy according to your daily transaction volume

Scalable tron energy rental API

Connect your transit wallets through the API

Scalable tron energy rental API

Connect your transit wallets through the API

Custom pricing: tron energy buy

You are set — savings apply to both types of transfers

Custom pricing: tron energy buy

You are set — savings apply to both types of transfers

Resource limits and rental periods

Resource limits and rental periods

Energy and bandwidth are rented through separate endpoint pairs, and each has its own volume boundaries and set of durations. Knowing them upfront saves a round of 400 responses during integration.

Resource

Endpoints

Min volume

Max volume

Rental periods

Energy

precountOrder · buyenergy

65,000

4,000,000

1h · 1d · 3d · 7d

Bandwidth

precountBandwidth · buybandwidth

1,000

2,000,000

1h · 3d · 7d

The 65,000 floor is not arbitrary — it matches the typical consumption of a single USDT transfer to a recipient that holds no balance of the token yet, while a recipient that already holds it costs roughly half as much. Bandwidth behaves differently: a plain TRX transfer consumes a few hundred units, which is why the minimum sits far lower. One constraint applies to both resources — nothing can be delegated to an inactive wallet, so run POST /api/v1/activate on fresh addresses before the first order.

Monitoring, alerts, and reliability

Monitoring, alerts, and reliability

Purchase tracking

Balance monitoring & alerts

Human support

Track purchase status through the API or the bot.

Purchase tracking

Balance monitoring & alerts

Human support

Cost optimization strategies

Cost optimization strategies

Renting turns a fixed capital decision into a variable operating cost, and that is where most of the saving comes from.

We analyze your transaction patterns and delegate the precise amount of Energy needed.

We set thresholds that prevent your Energy from running low, even during unusual transaction spikes

Seamless API integration for user transit wallet management

We adjust limits and allocations to match your peak hours — a level of flexibility freezing TRX cannot offer

Renting via the API

Freezing (staking) TRX

Capital required

Pay per order from your balance

Large TRX position locked upfront

Time to first delegation

Seconds after the order

Immediate, once the stake is funded

Adjusting volume

Per request, up to 4,000,000 energy

Requires staking or unstaking more TRX

Exiting the position

Order simply expires

14-day unstaking period before funds return

Best suited to

Variable and seasonal transaction flow

Flat, permanently high baseline load

Security and best practices

  • Keep your API key private and never expose it in frontend code, public repositories or shared logs

  • Restrict access to the endpoints and IP addresses your integration actually calls

  • Issue separate keys for staging and production so a test script can never spend live balance

  • Rotate credentials on schedule and immediately after any staff or vendor change

  • Monitor for unusual activity — a rise in 401 responses often signals a leaked or stale key

Energy Tron — buy & rent Tron energy and bandwidth to cut TRX fees

  • Keep your API key private and never expose it in frontend code, public repositories or shared logs

  • Restrict access to the endpoints and IP addresses your integration actually calls

  • Issue separate keys for staging and production so a test script can never spend live balance

  • Rotate credentials on schedule and immediately after any staff or vendor change

  • Monitor for unusual activity — a rise in 401 responses often signals a leaked or stale key

Security and best practices

  • Keep your API key private and never expose it in frontend code, public repositories or shared logs

  • Restrict access to the endpoints and IP addresses your integration actually calls

  • Issue separate keys for staging and production so a test script can never spend live balance

  • Rotate credentials on schedule and immediately after any staff or vendor change

  • Monitor for unusual activity — a rise in 401 responses often signals a leaked or stale key

Developer quickstart guide

Developer quickstart guide

Our full API documentation is available here, including examples in JSON and YAML so you can integrate it seamlessly.

A working integration takes four steps:

A working integration takes four steps:

Get API key

Request an API key through the bot.

Get API key

Request an API key through the bot.

Top up

Use the address from GET /api/v1/refill

Top up

Use the address from GET /api/v1/refill

Estimate order

Call POST /api/v1/precountOrder.

Estimate order

Call POST /api/v1/precountOrder.

Buy & track

Place the order with POST /api/v1/buyenergy and poll the status endpoint until delegation is confirmed.

Buy & track

Place the order with POST /api/v1/buyenergy and poll the status endpoint until delegation is confirmed.

OpenAPI & request samples

OpenAPI & request samples

Our documentation is built on an OpenAPI 3.0.3 specification that you can download as JSON or YAML and feed straight into your own tooling. Ready-made request samples are available for cURL, Node.js, Python, PHP and Ruby, so no dedicated SDK package is required — any HTTP client that can set a header and post JSON is enough to complete the integration.

Our documentation is built on an OpenAPI 3.0.3 specification that you can download as JSON or YAML and feed straight into your own tooling. Ready-made request samples are available for cURL, Node.js, Python, PHP and Ruby, so no dedicated SDK package is required — any HTTP client that can set a header and post JSON is enough to complete the integration.

Standart responce codes

Standart responce codes

200

Success

400

Malformed body or out-of-range volume

401

Missing or invalid API key

402

Insufficient internal balance

404

Unknown order ID

Troubleshooting and FAQs

Troubleshooting and FAQs

Answers to the questions integrators ask most often when they start using TRON Energy
through our Telegram bot and API.

How does the TRON Energy rental API differ from freezing TRX for resources?

Can I integrate the automatic TRON energy rental service into multiple wallets at once?

What is the minimum and maximum amount of Energy I can rent through the TRON Energy market API?

How quickly is the rented Energy delegated after I create an order via the API?

Tronex energy logo
Tronex energy logo

Save up to $ 1.5 in TRX gas fees on every transaction by renting Energy instantly with Tronex. No staking required, no hassle.

Follow us

Telegram
x.com
instagram

DynamicOpp Inc.

Registration No.: 155779503


55th Street East, SL55 Building, 21st Floor, Office 3, Panama City, Republic of Panama

© 2026 Tronex Energy Inc.

Tronex energy logo

Save up to $ 1.5 in TRX gas fees on every transaction by renting Energy instantly with Tronex. No staking required, no hassle.

DynamicOpp Inc.

Registration No.: 155779503


55th Street East, SL55 Building, 21st Floor, Office 3, Panama City, Republic of Panama

© 2026 Tronex Energy Inc.

Save up to $ 1.5 in TRX gas fees on every transaction by renting Energy instantly with Tronex. No staking required, no hassle.

DynamicOpp Inc.

Registration No.: 155779503


55th Street East, SL55 Building, 21st Floor, Office 3, Panama City, Republic of Panama

© 2026 Tronex Energy Inc.

Tronex energy logo

Save up to $ 1.5 in TRX gas fees on every transaction by renting Energy instantly with Tronex. No staking required, no hassle.

DynamicOpp Inc.

Registration No.: 155779503


55th Street East, SL55 Building, 21st Floor, Office 3, Panama City, Republic of Panama

© 2026 Tronex Energy Inc.

Tronex energy logo