POST
/
95e61622bf6a8af293978377718e3b77
/
wallet
/
getbandwidthprices
wallet/getbandwidthprices
curl --request POST \
  --url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getbandwidthprices \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "prices": "<string>"
}
TRON API method that retrieves the current bandwidth prices on the TRON network, showing the cost of bandwidth for transaction processing.
Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.

Parameters

This method does not require any parameters.

Response

  • prices — bandwidth pricing information including current rates and historical data

Use case

The wallet/getbandwidthprices method is used for:
  • Monitoring current bandwidth costs for transaction processing
  • Building transaction fee estimation tools
  • Analyzing network congestion through bandwidth pricing
  • Optimizing transaction timing based on cost
  • Creating cost-aware transaction batching systems

Body

application/json · object

Response

200 - application/json

Current bandwidth prices

The response is of type object.