Multichain Data APIs for Builders, Traders and Teams.

Onchain data from 100+ chains.
Built for humans and AI agents.
From prototype to production in minutes.
Hero Primary

Build Any Onchain Experience

Wallet Portfolio

Get complete token balances and holdings across 100+ chains with a single API call. Perfect for wallets, portfolio trackers, and DeFi dashboards.

Multi-chain token balances
Real-time USD price conversion
Historical balance snapshots
import { GoldRushClient } from "@covalenthq/client-sdk";

const client = new GoldRushClient("YOUR_API_KEY");

const balances = await client.BalanceService
    .getTokenBalancesForWalletAddress(
        "eth-mainnet",
        "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
    );

console.log(balances.data);
or via CLI
$goldrush balances aave.eth eth-mainnet
Activity Feed

Stream real-time wallet activity and transaction history. Build activity feeds, notification systems, and transaction explorers.

Complete transaction history
Decoded event logs
Token transfers and approvals
Cross-chain activity tracking
import { GoldRushClient } from "@covalenthq/client-sdk";

const client = new GoldRushClient("YOUR_API_KEY");

const activity = await client.TransactionService
    .getAllTransactionsForAddress(
        "eth-mainnet",
        "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
    );

console.log(activity.data);
OHLCV Pricing

Access historical OHLCV price data for any token. Build trading charts, price analytics, and backtesting tools.

Historical candlestick data
Multiple timeframe support
Price across DEXs
Volume and liquidity metrics
import { GoldRushClient } from "@covalenthq/client-sdk";

const client = new GoldRushClient("YOUR_API_KEY");

const ohlcv = await client.PricingService
    .getTokenPrices(
        "eth-mainnet",
        "USD",
        "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
    );

console.log(ohlcv.data);
or via CLI
$goldrush ohlcv_pairs 0x9c087Eb773291e50CF6c6a90ef0F4500e349B903 base-mainnet -i 1m -t 1h
New DEX Pairs

Get real-time notifications for new DEX pair creations via the Streaming API. Perfect for trading bots, snipers, and market analysis.

Real-time pair discovery
WebSocket streaming
Multi-DEX support
Liquidity pool data
import { createClient } from "graphql-ws";

const client = createClient({
    url: "wss://gr-staging-v2.streaming.covalenthq.com/graphql"
});

client.subscribe({
    query: `subscription {
        newDexPairs(chainName: "eth-mainnet") {
            pairAddress
            token0 { symbol }
            token1 { symbol }
        }
    }`
}, { next: console.log });
or via CLI
$goldrush new_pairs solana-mainnet raydium pump-fun

Chains We Support

We support onchain data for over 100+ blockchains, including Ethereum, Polygon, BNB Chain, Base, Optimism and more.
logo
logo
logo
logo
logo
logo
logo
logo
logo
logo
logo

Blockchain Data, One Command Away

A terminal-first interface for blockchain data, built for developers and AI agents. Query balances, stream trades, and explore markets without writing a single line of code.

100+ chains supported out of the box
Real-time streaming for new pairs and trades
MCP support for Claude and AI agents
Zero setup, run instantly with npx
View CLI Docs
terminal
$ goldrush balances aave.eth eth-mainnet
Fetching balances...
Found 1 tokens
Portfolio - eth-mainnet ─┐
│ │
Address: aave.eth
Total Value: $523.92
│ │
└──────────────────────────┘
┌────────────┬──────────┬─────────────┬────────┬──────────────┐
Token Balance Value (USD) 24h Alloc
├────────────┼──────────┼─────────────┼────────┼──────────────┤
ETH Ether 0.277371 $523.92 +1.94% ██████████ 100%
└────────────┴──────────┴─────────────┴────────┴──────────────┘
$ goldrush new_pairs solana-mainnet raydium
Streaming new pairs...
NEW SOL/BONK on Raydium $2.4M liq
NEW SOL/WIF on Raydium $1.8M liq
terminal
$ npx skills add covalenthq/goldrush-agent-skills
Source: github.com/covalenthq/goldrush-agent-skills
Repository cloned
Found 4 skills
Installing all 4 skills
◇ Installed 4 skills ─────────────────────────────────╮
│ │
goldrush-foundational-api
universal: Codex, Cursor, Cline +5 more
symlinked: Claude Code
goldrush-streaming-api
universal: Codex, Cursor, Cline +5 more
symlinked: Claude Code
goldrush-x402
universal: Codex, Cursor, Cline +5 more
symlinked: Claude Code
goldrush-cli
universal: Codex, Cursor, Cline +5 more
symlinked: Claude Code
│ │
├──────────────────────────────────────────────────────╯
Done! Review skills before use; they run with full agent permissions.

Structured Knowledge for AI Agents

GoldRush Agent Skills give AI agents structured context for every endpoint, parameter, credit cost and product use.

Spec-compliant docs embedded in agent context
Smart routing across Foundational and Streaming APIs
Credit-aware with cost estimates
One command install
View on GitHub

Why GoldRush?

100+ Chains, One API
100+ Chains, One APIUnified schema across every supported EVM chain. One integration gives you balances, transactions, and events everywhere.
Battle-Tested Since 2018
Battle-Tested Since 2018Production-grade infrastructure trusted by leading protocols. Auto-scaling, caching, and compression built from years of operational learnings.
Trusted by 70K+ Developers
Trusted by 70K+ DevelopersSOC 2 compliant with enterprise-grade security. Historical and real-time data powering wallets, tax tools, and DeFi platforms worldwide.

Security is our priority

GoldRush is SOC 2 compliant and follows security best practices. We encrypt all data using AES-256 (the same encryption banks use) and any in-transit data is sent via TLS 1.2. We work with leading security firms to protect against phishing and impersonators.

Your Source for Rich Multichain Data

Access structured onchain data via API, SDK, or directly from your terminal. Token balances, transactions, and event logs across 100+ chains.
0+
Blockchains fully replicated
0K+
Developers who trust GoldRush
0+
CLI commands across portfolio, trading, and market data

Proudly Backed by Leading Investors & Companies

Fueling our vision with the unwavering support of top-tier investors and renowned global partners.

Stay Updated with GoldRush

Get the latest Web3 development insights, API updates, and blockchain data trends delivered to your inbox.

Get Started

Get started with GoldRush API in minutes. Sign up for a free API key and start building.

Support

Explore multiple support options! From FAQs for self-help to real-time interactions on Discord.

Contact Sales

Interested in our professional or enterprise plans? Contact our sales team to learn more.