# JSON-RPC API Overview

## Overview

Welcome to Cronos zkEVM JSON-RPC API reference documentation. This page provides a comprehensive overview of our API capabilities and key information. We support the standard [Ethereum JSON-RPC API](https://ethereum.org/en/developers/docs/apis/json-rpc/) while also offering Layer 2-specific features to enhance functionality.

To ensure a seamless experience, we impose rate limits on both JSON-RPC and WebSocket APIs. Rate limits will change over time.

### Mainnet <a href="#mainnet" id="mainnet"></a>

* Network Name: Cronos zkEVM Mainnet
* RPC URL: `https://mainnet.zkevm.cronos.org/`
* Chain ID: `388`
* Currency Symbol: zkCRO
* Block Explorer URL: `https://explorer.zkevm.cronos.org/`
* WebSocket (rate limited): `wss://ws.zkevm.cronos.org`

### Testnet <a href="#testnet" id="testnet"></a>

* Network Name: Cronos zkEVM Testnet
* RPC URL: `https://testnet.zkevm.cronos.org`
* Chain ID: `240`
* Currency Symbol: zkTCRO
* Block Explorer URL: `https://explorer.zkevm.cronos.org/testnet/`
* WebSocket (rate limited): `wss://ws.testnet.zkevm.cronos.org`

### Commercial infrastructure providers

* **Getblock:**
  * [Visit Getblock to obtain your API key](https://getblock.io/)

### API Collections <a href="#api-collections" id="api-collections"></a>

Explore our curated API endpoint collections to meet a range of needs from seamless Ethereum integrations to advanced ZK integrations. Unlock the full potential of Cronos zkEVM to elevate your dApps. Discover, integrate, and innovate with our powerful API offerings.

{% embed url="<https://docs-zkevm.cronos.org/for-developers/zks-specific-json-rpc-api>" fullWidth="false" %}

{% embed url="<https://docs-zkevm.cronos.org/for-developers/ethereum-json-rpc-api>" fullWidth="false" %}


---

# 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/json-rpc-api-overview.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.
