Prepare USDT TRC20 transfers, check addresses and keep everything in one account.
Rent TRON Energy for transfers from your own wallet.
AML checks and reports before sending funds.
Balances, orders and history in one place.
First time? Start with Google.
Top up your balance and enter the sender and recipient wallets — we’ll prepare a cheaper transfer.
Enter an address and choose an analysis provider.
Results and reports for your checked addresses.
Check a TRON wallet before sending USDT.
| Requested | Wallet | Period | Price | Operations | Status | |
|---|---|---|---|---|---|---|
| Label | Address | Type | USDT | TRX | Energy | Bandwidth | Status | Ready | Actions |
|---|---|---|---|---|---|---|---|---|---|
https://connector.gasfree4you.comX-API-Key header./v1/me/balanceReturns the available service balance in TRX.
curl https://connector.gasfree4you.com/v1/me/balance \
-H "X-API-Key: YOUR_API_KEY"{
"balance_sun": 19795000,
"balance_trx": 19.795
}/v1/public/fee-estimatePublic · no API keyDetermines the required Energy package and, when a sender is provided, checks its available resources.
recipient_wallet requiredRecipient TRON address. Used to determine whether 65,000 or 130,000 Energy is required.sender_walletOptional sender TRON address. Adds its Energy, Bandwidth and TRX balances to the calculation.curl "https://connector.gasfree4you.com/v1/public/fee-estimate?recipient_wallet=TTAFuzcJZyJidjNvbi9S9UviPaietqZ9if&sender_wallet=TTAFuzcJZyJidjNvbi9S9UviPaietqZ9if"{
"bandwidth_deficit": 0,
"code": "SENDER_LACKS_ENERGY",
"energy_deficit": 64991,
"has_enough_bandwidth": true,
"has_enough_energy": false,
"has_enough_trx_for_bandwidth": true,
"recipient_has_usdt": true,
"recommended_trx_topup": "0",
"required_energy": 65000,
"sender_bandwidth_available": 515,
"sender_energy_available": 9,
"sender_trx_balance": "36.279462"
}curl "https://connector.gasfree4you.com/v1/public/fee-estimate?recipient_wallet=TTAFuzcJZyJidjNvbi9S9UviPaietqZ9if"{
"bandwidth_deficit": null,
"code": "RECIPIENT_USDT_65000",
"energy_deficit": null,
"has_enough_bandwidth": null,
"has_enough_energy": null,
"has_enough_trx_for_bandwidth": null,
"recipient_has_usdt": true,
"recommended_trx_topup": null,
"required_energy": 65000,
"sender_bandwidth_available": null,
"sender_energy_available": null,
"sender_trx_balance": null
}/v1/me/tariffsReturns the Energy packages currently available to your account.
curl https://connector.gasfree4you.com/v1/me/tariffs \
-H "X-API-Key: YOUR_API_KEY"[
{
"energy": 65000,
"price_trx": 2.7,
"currency": "TRX",
"_src": "public",
"discount_percent": null,
"discount_starts_at": null,
"discount_ends_at": null
},
{
"energy": 130000,
"price_trx": 4.5,
"currency": "TRX",
"_src": "personal",
"discount_percent": null,
"discount_starts_at": null,
"discount_ends_at": null
}
]/v1/orderDelegates the selected Energy package to a TRON wallet and charges your balance.
curl -X POST https://connector.gasfree4you.com/v1/order \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"wallet": "TYourTronWalletAddress",
"energy": 65000,
"trx_topup": false,
"trx_topup_amount": 0
}'wallet requiredTRON address that will receive Energy.energy requiredEnergy amount from the current tariffs.trx_topupWhether to additionally send TRX for Bandwidth.trx_topup_amountTRX top-up amount; use 0 when top-up is disabled."trx_topup": false, "trx_topup_amount": 0
"trx_topup": true, "trx_topup_amount": 0.345
{
"price_trx": 2.8,
"balance_trx_after": 122.7
}T...—
Connect a wallet, set your price and accept TRX from clients for Energy.
You set the price and find clients. We track payments and delegate Energy.
The entire payment stays with you
The rental cost is debited from your service balance
Example uses the client price in the form and the current rental rate.
Add your own TRON wallet, never an exchange wallet. Use it only for Energy orders: do not send personal funds to this address.
Set the client price per 65k Energy. Top up your service balance to pay for subleasing. Orders cannot run without funds in that balance.
Send the address to friends or promote it on your blog. Clients transfer TRX to this wallet to order Energy.
We monitor incoming payments and delegate Energy to the payment sender. The subleasing cost at the rate above is deducted from your service balance. The entire client payment stays in your wallet.
Your wallet. Your price for Energy.
| Created | Order | Status | From | To | Amount | Requested Energy | Subleasing amount | Profit / return |
|---|---|---|---|---|---|---|---|---|
| ID | User | Order | Order amount | Percent | Reward | Status | Created |
|---|---|---|---|---|---|---|---|
You are about to check this wallet address:
Choose the language for the PDF report.
Please confirm these rules before we show the deposit address.
Please confirm sending energy to this wallet.
You will be charged according to your effective tariff.
To protect accounts and prevent fraud, we record technical data, account identifiers, wallet addresses and order activity. Cookies and local storage are used for login, settings, security and analytics.
Give this key a clear name so you can recognize the integration later.
Copy and save this API key now.