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.
section image

Transactions

Fetch historical transactions including decoded logs for any address on any chain.
section image

NFT

Render NFT metadata and balances for any address on any chain.
section image

Security

Fetch the list of approvals for an address on any chain.
section image

Integration Made Simple

GoldRush is built by devs, for devs. Integrate quickly using our REST APIs, SDKs and UI Kits.
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.