# Covalent (Analytics)

Covalent's GoldRush is a set of data tools that enable easy web3 development across 200+ blockchains.

The GoldRush API is RESTful and provides a unified approach to fetch blockchain data with a consistent request and response object format. For example, a developer can fetch all token balances for an address across any of the 200+ supported networks by changing the unique network name in the URL.

Docs: <https://goldrush.dev/docs/unified-api/>

Supported networks: <https://goldrush.dev/docs/networks/>

### Deployment status

* ❌ **Cronos zkEVM Mainnet (Chain-id : `388` )**

Pending integration.

* :white\_check\_mark: **Cronos zkEVM Sepolia Testnet (Chain-id : `240` )**

Integration completed.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-zkevm.cronos.org/for-developers/developer-tools/covalent-analytics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
