Overview

GoldRush offers the most comprehensive Gnosis 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 Gnosis Data APIs provide fast, accurate, and developer-friendly access to the essential onchain data you need.

Supported APIs

Mainnet

PropertyValue
Chain Namegnosis-mainnet
Chain ID100
Network TypeFoundational Chain
Support Levelfoundational
Block ExplorerGnosis Blockscout
Official WebsiteGnosis Website
Native Gas TokenxDAI

Testnet

PropertyValue
Chain Namegnosis-testnet
Chain ID10200
PurposeDevelopment and testing network
Support Levelfoundational
Block ExplorerGnosis Chiado Blockscout
Official WebsiteChiado Testnet Website
Native Gas TokenxDAI

API Usage

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

Chain Name

  • gnosis-mainnet (mainnet)

  • gnosis-testnet (testnet)

Example API Calls

curl -X GET "https://api.covalenthq.com/v1/gnosis-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: "gnosis-mainnet",
    walletAddress: "demo.eth"
});

Foundational API Support

This chain supports 40 GoldRush Foundational APIs:

Wallet API

Pricing API

Activity Feed API

Block Explorer API

Additional Resources