Skip to main content

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.

GoldRush JSON-RPC launches with 9 mainnet (and their respective testnet) networks.

Endpoint shape

For every chain in the table above:
https://rpc.goldrushdata.com/v1/{slug}
For example, the endpoint for Base mainnet is https://rpc.goldrushdata.com/v1/base-mainnet.

Listing chains programmatically

To fetch the list of supported chains at runtime, call the rpc_listChains method on the _meta endpoint:
curl -X POST "https://rpc.goldrushdata.com/v1/_meta" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"rpc_listChains","id":1}'

Adding a chain

If you need a chain that isn’t listed, contact us. We add chains based on demand and upstream coverage.

Per-chain pages

Drill into a specific chain’s method support.

Pricing

Credit rates per method.