JSON-RPC methods
Example RPC
curl https://api.chainup.net/ethereum/mainnet/<YOUR_API_KEY> \
-X POST \
-H 'content-type: application/json' \
-H "CONSISTENT-HASH: true" \
--data '{"jsonrpc":"2.0","method":"net_peerCount","params":[],"id":1}'
Ethereum RPC
You can review the official Ethereum RPC documentation HERE
Available Ethereum API request methods
"eth_accounts"
"eth_blockNumber"
"eth_call"
"eth_chainId"
"eth_freeHistory"
"eth_getBalance"
"eth_getBlockByHash"
"eth_getBlockByNumber"
"eth_getBlockTransactionCountByHash"
"eth_getBlocTransactionCountByNumber"
"eth_getCode"
"eth_getFilterChanges"
"eth_getFilterLogs"
"eth_getLogs"
"eth_getStorageAt"
"eth_getTransactionByHash"
"eth_getTransactionByCount"
"eth_getTransactionHashByCid"
"eth_getTransactionReceipt"
"eth_maxPriorityFeePerGas"
"eth_newBlockFilter"
"eth_newPendingTransactionFilter"
"eth_sendRawTransaction"
"eth_uninstallFilter"
"eth_requestAccounts"
"eth_sendTransaction"
"eth_sign"
"eth_gasPrice"
"eth_estimateGas"
"net_version"
Last updated
Was this helpful?