Get Prices
Returns current market prices for energy and bandwidth.
This endpoint is public — no authentication required.
Response
Current energy price in SUN per unit
Price for 1,000 energy units in TRX
Price for 1,000 bandwidth units in TRX
Current TRX/USD exchange rate
Network burn rate — SUN per energy unit (currently 100)
Minimum energy amount per order
Maximum energy amount per order
Example
curl https://api.tronrental.com/v1/prices
Response values below are examples. Actual prices update in real-time based on market conditions.
{
"energy_price_sun": 42,
"energy_price_1k_trx": "2.75",
"bw_price_1k_trx": "9.60",
"trx_usd_rate": "0.234",
"burn_sun_per_energy": 100,
"min_energy": 32000,
"max_energy": 5000000
}