GasFree4youCOM

TRON Energy Top-Up

API & Partnership

Integrate TRON energy delegation into your product.

Who we work with

  • Exchanges and OTC desks (“обменники”)
  • Crypto wallets and custodial services
  • Wallets with high transfer frequency (TRC20/USDT)

Features

  • UI interface for convenient energy distribution across multiple wallets
  • External REST API for full automation
  • Balance in TRX converted into internal points, transparent ledger
  • Bulk actions, CSV, and optional webhooks

How it works

  1. You top up your balance in TRX to a dedicated address.
  2. TRX is converted into internal points. Points pay for delegated energy packages.
  3. Via UI or API you request energy delegation to a recipient wallet.
  4. We delegate energy; your user performs the transfer with zero TRX fee (until energy is used).
ℹ️
Energy is temporary and intended to cover the fee; typical package is 65,000–130,000 energy per transfer depending on the scenario.

Integration options

1) UI Console

Web interface to bulk-distribute energy to many wallets, monitor consumption, and export logs.

2) REST API

Use secure token-based calls to automate delegation from your backend.

// Request example
POST /v1/energy/delegate
Authorization: Bearer <API_KEY>
Content-Type: application/json

{
  "to": "TSxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  "package": "65000"   // or 130000
}

// Response example
200 OK
{
  "status": "ok",
  "tx_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "energy": 65000,
  "expires_in_sec": 3600
}
// Balance
GET /v1/balance
Authorization: Bearer <API_KEY>

// Webhook (optional)
POST https://your.app/hooks/gasfree
{ "event": "delegated", "to": "TS...", "energy": 65000, "ts": 1723880000 }

Endpoints and tokens are issued individually after onboarding.

Top-ups & accounting

How to start

  1. Contact us in Telegram to receive your partner address and API key.
  2. Send a test top-up (≥ 100 TRX) — the system will credit points.
  3. Connect your webhook (optional) and test a delegation.
  4. Go live and automate distribution.
Apply on Telegram See public pricing

Disclaimer

Client deposits TRX to a designated address. Deposited TRX is converted into internal points, which can be used to pay for delegated energy. Points have no standalone monetary value outside the service.

© GasFree4youCOM