Foundational API

GoldRush provides multichain APIs and toolkits for easy Web3 development across 100+ chains.

Available APIs

Token Balances

Fetch spot & historical token balances for any address on any chain.Explore Balances
Token Balances

Transactions

Fetch historical transactions including decoded logs for any address on any chain.Explore Transactions
Transactions

Security

Fetch the list of approvals for an address on any chain.Explore Security
Security

Integration Made Simple

Get the onchain data you need, accessed your way. GoldRush offers:
  • SDKs
  • MCP server
  • CLI
  • Direct API access
  • x402 pay-per-call
GoldRush makes integration simple so you can move from prototype to production faster.
import { GoldRushClient } from "@covalenthq/client-sdk";

const ApiServices = async () => {
    const client = new GoldRushClient();
    const resp = await client
        .BaseService
        .getAddressActivity({
            chainName: "eth-mainnet", 
            walletAddress: "0x..."
        });
    console.log(resp.data);
};

ApiServices();

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.