获取当前能量和带宽价格
cURL
curl --request GET \ --url https://api.example.com/api/v1/prices
{ "energy_trx": {}, "energy_sun": {}, "energy_usd": {}, "energy_volume": 123, "bandwidth_trx": {}, "bandwidth_sun": {}, "bandwidth_usd": {}, "bandwidth_volume": 123, "trx_usd_rate": "<string>", "burn_cost_trx": "<string>", "burn_cost_usd": "<string>", "savings_percent": "<string>" }
1h
curl https://api.tronrental.com/v1/prices
{ "energy_trx": {"1h": "2.32"}, "energy_sun": {"1h": "35.68"}, "energy_usd": {"1h": "0.69"}, "energy_volume": 65000, "bandwidth_trx": {"1h": "0.14"}, "bandwidth_sun": {"1h": "400.00"}, "bandwidth_usd": {"1h": "0.04"}, "bandwidth_volume": 350, "trx_usd_rate": "0.297", "burn_cost_trx": "6.5", "burn_cost_usd": "1.93", "savings_percent": "64.3", "note": "Energy price is for 65,000 units in TRX" }