curl --location -g --request POST '' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc": "2.0",
"method": "eth_estimateGas",
"id": "14",
"params": [
{
"data": "0x",
"to": "0x7d8bf18c7ce84b3e175b339c4ca93aed1dd166f1",
"value": "0xe0eea23fe3a519",
"from": "0x7d8bf18c7ce84b3e175b339c4ca93aed1dd166f1"
}
]
}'
{}