GoldRush JSON-RPC is pay-per-call from your GoldRush credit balance. The same credits work across every GoldRush product.Documentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Rates
Each method is priced in credits per call.| Tier | Rate | Methods |
|---|---|---|
| Standard | 0.01 credits | All eth_*, net_*, and web3_* methods. |
| Trace | 0.015 credits | Debug and trace methods (see below). |
Trace-tier methods
The following methods are charged at 0.015 credits per call because they replay execution against archive state:debug_traceTransactiondebug_traceCalldebug_traceBlockByNumberdebug_traceBlockByHashtrace_blocktrace_transactiontrace_filtertrace_call
How to estimate cost
A typical wallet that pollseth_blockNumber once per second and eth_getBalance once per minute uses:
debug_traceBlockByNumber once per finalized block on Ethereum (~12s blocks):
What counts as a call
- Each request in a JSON-RPC batch counts separately. A batch of 10
eth_getBalancecalls costs 0.1 credits. - Failed requests caused by user error (
-32600,-32602) are not charged. Failures inside the upstream node (e.g. revert ineth_call) are charged, since the node did the work. - Cached responses are charged at the standard rate. Edge caching reduces latency, not cost.
Endpoint details
Production endpoint with archive, debug, trace.
Supported chains
Each chain’s method catalog, grouped by category.