RPC Call Credit Pricing
Simple, transparent pricing for Ethereum RPC calls. Pay only for what you use.
Standard RPC Calls
Most Ethereum RPC Methods
eth_getBlockByNumber, eth_getBalance, eth_call, etc.
1 Credit
per call
Heavy Operations
txpool_content
Returns the entire transaction pool content
4 Credits
per call
trace_replayBlockTransactions
Replays all transactions in a block
4 Credits
per call
trace_replayTransaction
Replays a transaction with full trace data
4 Credits
per call
Large Response Pricing
Responses Over 1KB
$0.10 per GB
Applies to all response types including HTTP and WebSocket responses
Good to Know
- Credits are included in your monthly plan (Beta Plan includes 100k credits)
- WebSocket subscriptions follow the same pricing model
- Large response charges only apply when responses exceed 1KB
- Enterprise plans can negotiate custom credit packages
Pricing Examples
Simple Balance Check
eth_getBalance
1 Credit
Response: ~100 bytes
Get Full Block
eth_getBlockByNumber
1 Credit
+ $0.10/GB if >1KB
Transaction Trace
trace_replayTransaction
4 Credits
+ $0.10/GB if >1KB
Note: Pricing is still not final and may change at any time.