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.
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
| Property | Value |
|---|
| Chain Name | cronos-mainnet |
| Chain ID | 25 |
| Network Type | Archived Chain |
| Support Level | archived |
| Block Explorer | Explorer |
| Official Website | Cronos Website |
| Native Gas Token | CRO |
API Usage
To use this blockchain network in GoldRush API calls, use:
Chain Name
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