Retrieve current gas price information
Retrieve current gas price information
curl -i -X POST \
https://rpc.mainnet.fastnear.com/ \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": "fastnear",
"method": "gas_price",
"params": [
null
]
}'{ "jsonrpc": "2.0", "id": "string", "result": { "gas_price": "string" }, "error": { "code": 0, "message": "string", "data": {} } }