Stay organized with collections
Save and categorize content based on your preferences.
Ethereum API Methods
Blockchain RPC offers 100 requests per second per project along with a
quota of 1 million requests per day. Some Ethereum methods are resource intensive
and therefore count as more than one request. The following table indicates how
much each method counts against your quota. For example, the debug_traceBlockByHash
call has a multiplier of 50 which means that each call counts as 50 requests.
The Beacon Node API is not supported.
Note that Ethereum mainnet is backed by clusters of Erigon
archive nodes and Ethereum Holesky testnet is backed by clusters of
Geth full nodes.
The method support is similar but differs as indicated. Additionally, if
a method is not listed below it is not supported. We will be adding support
for additional methods in future releases.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],[],[],[],null,["# Ethereum RPC API\n\n| **Preview**\n|\n|\n| This product is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA products are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n\nEthereum API Methods\n--------------------\n\nBlockchain RPC offers 100 requests per second per project along with a\nquota of 1 million requests per day. Some Ethereum methods are resource intensive\nand therefore count as more than one request. The following table indicates how\nmuch each method counts against your quota. For example, the `debug_traceBlockByHash`\ncall has a multiplier of `50` which means that each call counts as 50 requests.\nThe Beacon Node API is not supported.\n\nNote that Ethereum mainnet is backed by clusters of [Erigon](https://erigon.gitbook.io/erigon)\narchive nodes and Ethereum Holesky testnet is backed by clusters of\n[Geth](https://geth.ethereum.org/docs/interacting-with-geth/rpc) full nodes.\nThe method support is similar but differs as indicated. Additionally, if\na method is not listed below it is not supported. We will be adding support\nfor additional methods in future releases."]]