How to get gas price from VeChain Node?
-
Hi,
I am running VeChain node and now I am creating API to interact with this node. I would like to get gas price from node but seems there is not such method implemented.
Can I do it somehow to get it, like e.g. on ethereum node we are using "method": "eth_gasPrice" to get current gas price.
What can I do to get the same on VeChain, maybe I can use different endpoint and use some calculations?Thank you in advance