cURL
curl --request POST \ --url https://rpc.etherspot.io/v1/137/ \ --header 'Content-Type: application/json' \ --data ' { "id": 123, "method": "<string>" } '
Get gas price
Documentation IndexFetch the complete documentation index at: https://etherspot.fyi/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://etherspot.fyi/llms.txt
Use this file to discover all available pages before exploring further.
{ "id": 3, "method": "skandha_getGasPrice" }
{ "id": 3, "result": { "maxPriorityFeePerGas": "0xaac11ce38", "maxFeePerGas": "0x1663d57dc4" } }
Successful operation