All Products

Tenderly Node
Pricing and Rate Limits

Pricing and Rate Limits

Node usage is measured in Tenderly Units (TUs) based on the number of requests your dapp is making. The requests are divided into four categories and consume different amounts of TU:


CategoryUsage costExample calls
Read1 TUeth_getBalance, eth_getTransactionByHash
Compute4 TUeth_call, eth_estimateGas
Write20 TUeth_sendRawTransaction
Advanced Compute400 TUtenderly_simulateTransaction, tenderly_traceTransaction, debug_traceCall, debug_traceTransaction, trace_transaction, trace_callMany

To calculate the usage over a period of time, multiply the number of requests by the usage in TU of the request category. For example, if your dapp makes 1000 read requests and 100 write requests, the usage is:

  • 1,000 reads x 1 TU = 1,000 TUs
  • 100 writes x 20 TUs = 2,000 TUs
  • Total: 3,000 TUs

Toggle the dropdown to see a list of the supported RPC methods for each category. See also RPC Reference.


Read methods (1TU)
  • eth_accounts
  • eth_blockNumber
  • eth_chainId
  • eth_coinbase
  • eth_feeHistory
  • eth_gasPrice
  • eth_getBalance
  • eth_getBlockByHash
  • eth_getBlockByNumber
  • eth_getBlockReceipts
  • eth_getBlockTransactionCountByHash
  • eth_getBlockTransactionCountByNumber
  • eth_getCode
  • eth_getStorageAt
  • eth_getTransactionByBlockHashAndIndex
  • eth_getTransactionByBlockNumberAndIndex
  • eth_getTransactionByHash
  • eth_getTransactionCount
  • eth_getTransactionReceipt
  • eth_getUncleByBlockHashAndIndex
  • eth_getUncleByBlockNumberAndIndex
  • eth_getUncleCountByBlockHash
  • eth_getUncleCountByBlockNumber
  • eth_hashrate
  • eth_maxPriorityFeePerGas
  • eth_mining
  • eth_newBlockFilter
  • eth_newFilter
  • eth_protocolVersion
  • eth_syncing
  • eth_uninstallFilter
  • net_listening
  • net_peerCount
  • net_version
  • web3_clientVersion
  • web3_sha3
Compute methods (4 TU)
  • eth_call
  • eth_estimateGas
  • eth_getFilterChanges
  • eth_getFilterLogs
  • eth_getLogs
  • getProof
Write methods (20 TU)
  • eth_sendRawTransaction
Advanced Compute methods (400 TU)
  • tenderly_ namespace
    • tenderly_simulateTransaction
    • tenderly_traceTransaction
    • tenderly_simulateBundle (multiplied by the number of transactions in a bundle)
  • debug_ namespace
    • debug_traceBlock
    • debug_traceBlockByHash
    • debug_traceBlockByNumber
    • debug_traceCall
    • debug_traceTransaction
  • trace_ namespace
    • trace_block
    • trace_call
    • trace_callMany
    • trace_filter
    • trace_get
    • trace_rawTransaction
    • trace_replayBlockTransactions
    • trace_replayTransaction
    • trace_transaction

Rate limits and quotas

Rate limits and monthly quotas are applied depending on your subscription plan. All RPC endpoints are included in Free, Starter, and Pro plans.

For Free and Starter plans, higher rate limits are likely to be observed compared to the ones listed.


Free planStarter plan
Quota25 million TUs per month35 million TUs per month
Rate limit10 TUs per second20 TUs per second
PriceIncluded in the plan$50