Skip to main content

Overview

Cronos is the first Ethereum-compatible blockchain network built on Cosmos SDK technology. An open-source and permission-less Layer 1 chain which runs in parallel to the Crypto.org Chain, Cronos aims to massively scale the DeFi, GameFi, and overall Web3 user community by providing builders with the ability to instantly port apps and crypto assets from other chains while benefiting from low transaction fees, high throughput, and fast finality.
Chain is archived.
GoldRush offers the most comprehensive Cronos 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 Cronos Data APIs provide fast, accurate, and developer-friendly access to the essential onchain data you need.

Supported APIs

Mainnet

PropertyValue
Chain Namecronos-mainnet
Chain ID25
Network TypeArchived Chain
Support Levelarchived
Block ExplorerExplorer
Official WebsiteCronos Website
Native Gas TokenCRO

API Usage

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

Chain Name

  • cronos-mainnet (mainnet)

Example API Calls

curl -X GET "https://api.covalenthq.com/v1/cronos-mainnet/address/0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045/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: "cronos-mainnet",
    walletAddress: "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
});

Additional Resources