Skip to main content

Overview

The Covalent Network serves as the universal data model for multi-chain indexing and querying. The Covalent Network represents the progressive decentralization of Covalent toward a community-owned and community-run protocol. Read more to understand the supply side, demand side, and roles of network operators in the network section of our docs.
GoldRush offers the most comprehensive Covalent 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 Covalent Data APIs provide fast, accurate, and developer-friendly access to the essential onchain data you need.

Supported APIs

Mainnet

PropertyValue
Chain Namecovalent-internal-network-v1
Chain ID1131378225
Network TypeCommunity Chain
Support Levelcommunity
Block ExplorerExplorer
Official WebsiteCovalent Website
Native Gas TokenETH

API Usage

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

Chain Name

  • covalent-internal-network-v1 (mainnet)

Example Streaming Subscription

subscription {
  walletTxs(
    chain_name: COVALENT_INTERNAL_NETWORK_V1,
    wallet_addresses: ["0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"]
  ) {
    block_signed_at
    block_height
    tx_hash
    tx_offset
    successful
    decoded_type
  }
}
Connect via WebSocket at wss://streaming.goldrushdata.com/graphql with your API key in the connection parameters. See the Streaming API Quickstart for full setup details.

Additional Resources