curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getenergyprices \
--header 'Content-Type: application/json' \
--data '{}'
{
"prices": "<string>"
}
curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getenergyprices \
--header 'Content-Type: application/json' \
--data '{}'
{
"prices": "<string>"
}
prices
— energy pricing information including current rates and historical datawallet/getenergyprices
method is used for:
Current energy prices
The response is of type object
.
Was this page helpful?