Ethereum
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
Foundational API
Access structured historical blockchain data across 100+ chains using REST APIs.
Get token balances, transaction histories, decoded event logs, NFT assets, token holders and more.
Use cases: Wallets, portfolio trackers, crypto accounting & tax tools, and DeFi dashboards.
Streaming API
Subscribe to real-time blockchain events with sub-second latency using GraphQL over WebSockets.
Track token transfers, DEX activity, wallet movements, and OHLCV candlestick data across fast chains like Base and Solana.
Use cases: Trading bots & dashboards, gaming, and AI Agents.
Mainnet
Property | Value |
---|---|
Chain Name | eth-mainnet |
Chain ID | 1 |
Network Type | Foundational Chain |
Support Level | foundational |
Block Explorer | Etherscan |
Official Website | Ethereum Website |
Native Gas Token | ETH |
Testnets
Ethereum Goerli Testnet
Property | Value |
---|---|
Chain Name | eth-goerli |
Chain ID | 5 |
Purpose | Development and testing network |
Support Level | foundational |
Block Explorer | Explorer |
Native Gas Token | gwei |
Holesky Testnet
Property | Value |
---|---|
Chain Name | eth-holesky |
Chain ID | 17000 |
Purpose | Development and testing network |
Support Level | frontier |
Block Explorer | Holesky Etherscan |
Official Website | Holesky Testnet Website |
Native Gas Token | ETH |
Ethereum Sepolia Testnet
Property | Value |
---|---|
Chain Name | eth-sepolia |
Chain ID | 11155111 |
Purpose | Development and testing network |
Support Level | foundational |
Block Explorer | Sepolia Etherscan |
Official Website | Ethereum Sepolia Testnet Website |
Native Gas Token | ETH |
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
SDK Usage
Foundational API Support
This chain supports 56 GoldRush Foundational APIs:
Wallet API
- Get token balances for address
- Get historical token balances for address
- Get ERC20 token transfers for address
- Get token holders as of any block height (v2)
NFT API
- Get NFTs for address
- Check ownership in NFT collection
- Check ownership in NFT collection for specific token
Pricing API
Security API
Activity Feed API
- Get a transaction
- Get transaction summary for address
- Get earliest transactions for address (v3)
- Get recent transactions for address (v3)
- Get paginated transactions for address (v3)
- Get bulk time bucket transactions for address (v3)
- Get all transactions in a block (v3)
- Get all transactions in a block by page (v3)
Block Explorer API
- Get a block
- Get all chain statuses
- Get all chains
- Get block heights
- Get gas prices
- Get log events by contract address
- Get log events by topic hash(es)
- Get logs
- Get resolved address for registered address
Streaming API Support
This chain supports the following GoldRush Streaming APIs:
- Token Balances Stream
- Wallet Activity Stream
- New DEX Pairs Stream
- OHLCV Tokens Stream
- OHLCV Pairs Stream