Time-aware merchant pricing
Publish immutable price versions by duration, volume, merchant and daily time window. Every order keeps its deal snapshot.
Rent Energy before your next USDT transfer.
Sending TRC20 USDT uses Energy. Rent it before you transfer to reduce the TRX burned for execution. Choose a one-off purchase or connect your business through the API.
Choose a duration and quantity. Get TRON energy on demand.
Live price · refreshed every 10 seconds. The exact total is locked when you continue.
Energy is delivered to this wallet. Use your own TRON wallet, not an exchange withdrawal.
Explore the packages or sign in to view your merchant quote.
TRON mainnet · Native TRXWebsite package price
Understand what you pay for before your next transfer.
Energy rental reduces only the Energy portion of execution costs. Bandwidth and account activation costs may still apply.
Read the guideSee the current API reference beside the wallet price. Connect your account for live quotes, balance payments and automatic order tracking.
Read the guideSee the current API reference beside the wallet price. Connect your account for live quotes, balance payments and automatic order tracking.
Prices fluctuate. API references use standard pricing; your account’s available products and final quote apply.Merchants see a clear product and clear states. TRONow contains the complexity of pricing, execution and recovery.
Publish immutable price versions by duration, volume, merchant and daily time window. Every order keeps its deal snapshot.
From acceptance to on-chain confirmation, the platform advances each order and handles exceptional outcomes safely.
A unified state model plus durable jobs and chain evidence continuously converges every order to a final result.
Signed webhooks, durable events and automatic retries deliver txid and final order states to merchant systems.
TRONow exposes one price model, one order state model and verifiable on-chain evidence. Merchants never need to understand resource orchestration.
8fa2b7...91c18eVERIFIEDOpen APIs accept requests quickly while durable background work handles everything that takes time.
Create a short-lived quote_id from resource, amount, duration and current time window.
Verify signature and quote, then create the order and reserve funds atomically.
TRONow executes reliably in the background and safely handles failed or unknown outcomes.
Get the final state and txid through order query or a signed webhook.
POST /openapi/v1/orders
{
"client_order_id": "merchant-order-001",
"quote_id": "qt_01J...",
"resource_type": "ENERGY",
"receiver_address": "T...",
"resource_amount": 65000,
"duration": "1h"
}
// 202 Accepted
{
"order_id": "ord_01J...",
"status": "PROCESSING",
"txid": null
}Execution details never leak into your merchant contract. Build on one resource model, error model and order state machine.
Prices fluctuate. API references use standard pricing; your account’s available products and final quote apply.
/prices/quoteReal-time sales quote/ordersCreate an idempotent order/orders/{order_id}Query order state/account/balanceQuery account balanceFrom API ingress to funds and operations, every critical boundary has explicit identity, idempotency and audit controls.
Create an API key and connect to TRONow energy infrastructure.