Skip to content

TronZap for WalletsEnergy API for Wallet Integrations

Reduce your users' USDT transfer fees on TRON — no API keys, just a referral code.


TronZap provides on-demand TRON energy rentals via a public REST API. Wallet apps use it to top up energy for their users before a USDT TRC-20 transfer, dramatically reducing transaction fees.

How it works

  1. Your wallet estimates the energy cost for an upcoming transfer using POST /v1/orders/calculate.
  2. Your wallet creates an energy order on behalf of the user — POST /v1/orders — sending your referral_code in the request body.
  3. The exact TRX amount shown in the response is sent to the provided deposit address.
  4. TronZap delivers energy to the target TRON address. The USDT transfer costs far less in TRX.

Pass your referral_code in every request

Without referral_code, TronZap cannot attribute the order to your account and no commission is earned. See Partner Onboarding to set up your code.

TronZap Partner Documentation