Overview

GoldRush offers the most comprehensive Ethereum Data API suite for developers, analysts, and enterprises. Whether you’re building a DeFi dashboard, a wallet, a trading bot, an AI agent or a compliance platform, our Ethereum Data APIs provide fast, accurate, and developer-friendly access to the essential onchain data you need.

Supported APIs

Mainnet

PropertyValue
Chain Nameeth-mainnet
Chain ID1
Network TypeFoundational Chain
Support Levelfoundational
Block ExplorerEtherscan
Official WebsiteEthereum Website
Native Gas TokenETH

Testnets

Ethereum Goerli Testnet

PropertyValue
Chain Nameeth-goerli
Chain ID5
PurposeDevelopment and testing network
Support Levelfoundational
Block ExplorerExplorer
Native Gas Tokengwei

Holesky Testnet

PropertyValue
Chain Nameeth-holesky
Chain ID17000
PurposeDevelopment and testing network
Support Levelfrontier
Block ExplorerHolesky Etherscan
Official WebsiteHolesky Testnet Website
Native Gas TokenETH

Ethereum Sepolia Testnet

PropertyValue
Chain Nameeth-sepolia
Chain ID11155111
PurposeDevelopment and testing network
Support Levelfoundational
Block ExplorerSepolia Etherscan
Official WebsiteEthereum Sepolia Testnet Website
Native Gas TokenETH

API Usage

To use this blockchain network in GoldRush API calls, use:

Chain Name

  • eth-mainnet (mainnet)

  • eth-goerli (testnet)

  • eth-holesky (testnet)

  • eth-sepolia (testnet)

Example API Calls

curl -X GET "https://api.covalenthq.com/v1/eth-mainnet/address/demo.eth/balances_v2/?key=API_KEY"

SDK Usage

import { GoldRushClient } from "@covalenthq/client-sdk";

const client = new GoldRushClient("API_KEY");
const resp = await client.BalanceService.getTokenBalancesForWalletAddress({
    chainName: "eth-mainnet",
    walletAddress: "demo.eth"
});

Foundational API Support

This chain supports 56 GoldRush Foundational APIs:

Wallet API

NFT API

Pricing API

Security API

Activity Feed API

Block Explorer API

Streaming API Support

This chain supports the following GoldRush Streaming APIs:

Additional Resources