Query historical resource unit prices and the memo fee. For how bandwidth and energy work, see concepts/resources. Reward withdrawal (WithdrawBalance) lives on the voting & rewards page.
Get the historical unit price of bandwidth.
wallet> getBandwidthPrices
{
"prices": "0:10,1606537680000:40,1614238080000:140,1626581880000:1000,1626925680000:140,1627731480000:1000"
}Get the historical unit price of energy.
wallet> getEnergyPrices
{
"prices": "0:100,1575871200000:10,1606537680000:40,1614238080000:140,1635739080000:280,1681895880000:420"
}Get the memo fee.
wallet> getMemoFee
{
"prices": "0:0,1675492680000:1000000"
}- concepts/resources — bandwidth / energy model and bandwidth calculation
- stake-v2 — freeze TRX to obtain resources
- chain-data —
GetChainParametersand other chain queries