storagefee - Pastel RPC

storagefee "command"...
Set of commands to deal with Storage Fee and related actions

Arguments:
1. "command"        (string or set of strings, required) The command to execute

Available commands:
  setfee [storage|ticket|sense-compute|sense-processing] <newfee> - Set local MasterNode fee.
  getfees (<is_local>) (<height>)               - Get various Network median or local fees.
  getstoragefee	(<is_local>) (<height>)         - Get Network median or local storage fee (per MB).
  getticketfee (<is_local>) (<height>)          - Get Network median or local ticket blockain storage fee (per KB).
  getsensecomputefee (<is_local>) (<height>)    - Get Network median or local sense compute fee.
  getsenseprocessingfee (<is_local>) (<height>) - Get Network median Sense Processing fee (per MB).
  getactionfees <data_size> (<height>)          - Get action fees by data size (in MB)

Examples:
> pastel-cli storagefee 
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "storagefee", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:9932/


Maintained by Pastel Network; license of the docs is MIT (see pastel repo)

Generated from a mainnet node