post https://{network}.unifra.io/v1/
Returns the current price per gas in Drip.
Parameters
- none
Returns
QUANTITY - Integer of the current gas price in Drip.
Example
Request
curl -X POST \
--data '{"jsonrpc":"2.0","method":"cfx_gasPrice","id":1}' \
-H "Content-Type: application/json" \
https://cfx-core.unifra.io/v1/ad2eb3c7a9404cc6a35a6641eaf70577
Result
{
"jsonrpc": "2.0",
"result": "0x1",
"id": 0
}