Ethereum
Complete Ethereum JSON-RPC List with examples
The following list of RPC calls and their examples are taken from eth.wiki & documenter.getpostman.com. Ethereum JSON-RPC web3 clientVersion - Returns the current client version. curl --location --request POST 'localhost:8545/' \ --header 'Content-Type: application/json' \ --data-raw '{ "jsonrpc":"2.0&