Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.06 KB

File metadata and controls

42 lines (30 loc) · 1.06 KB

Resource prices & memo fee

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.

GetBandwidthPrices

Get the historical unit price of bandwidth.

wallet> getBandwidthPrices
{
    "prices": "0:10,1606537680000:40,1614238080000:140,1626581880000:1000,1626925680000:140,1627731480000:1000"
}

GetEnergyPrices

Get the historical unit price of energy.

wallet> getEnergyPrices
{
    "prices": "0:100,1575871200000:10,1606537680000:40,1614238080000:140,1635739080000:280,1681895880000:420"
}

GetMemoFee

Get the memo fee.

wallet> getMemoFee
{
    "prices": "0:0,1675492680000:1000000"
}

See also