# Block Explorer and API Keys

### Block Explorers

{% tabs %}
{% tab title="Cronos Mainnet" %}

* **Cronos Explorer:** <https://explorer.cronos.org/>
  {% endtab %}

{% tab title="Testnet" %}

* **Cronos Testnet Explorer:** <https://explorer.cronos.org/testnet>
  {% endtab %}
  {% endtabs %}

Cronos Explorer is the reference transaction and block explorer on Cronos `https://explorer.cronos.org`

### Creating Account and Getting API Key **Cronos Explorer**

The Cronos Explorer Developer APIs are designed to provide accessible and consistent Cronos data to the Cronos community.

As a means to provide equitable access to blockchain data, we've developed the Cronos Developer APIs to empower developers with direct access to Cronos's blockchain data and services via `GET/POST` requests.

### 1. Register an Account <a href="#id-1-register-an-account" id="id-1-register-an-account"></a>

Head over to the [**Account Registration**](https://explorer.cronos.org/register) page and provide email and password for your account.

<figure><img src="https://1786307500-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqXsIo4b4WtOTfICyOIxa%2Fuploads%2Fgit-blob-58934e532f718b47cff71c4e35f5808bb20fff9c%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

### 2. Verify Your Email <a href="#id-2-verify-your-email" id="id-2-verify-your-email"></a>

A verification code will be sent to your email address to verify your sign up request. Fill in on the verification page for completing your registration

<figure><img src="https://1786307500-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqXsIo4b4WtOTfICyOIxa%2Fuploads%2Fgit-blob-d5866887861c14a10113b365bd162ac092b087f8%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

### 3. Exploring Your Account <a href="#id-3-exploring-your-account" id="id-3-exploring-your-account"></a>

Upon signing in, you will have access to your account dashboard where you can make full use of Cronos explorer's features such as viewing API keys and viewing submitted contract verification status.

<figure><img src="https://1786307500-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqXsIo4b4WtOTfICyOIxa%2Fuploads%2Fgit-blob-ea66a0914b5e0a4c9346e8f791c2a0f15d942484%2Fimage.png?alt=media" alt="" width="563"><figcaption></figcaption></figure>

### 4. Getting an Default API Key <a href="#id-4-getting-an-default-api-key" id="id-4-getting-an-default-api-key"></a>

From your Account Dashboard, click on label **My API Keys**. From there, you may view your API Keys. By Default, each Cronos Explorer account will assign a default API Key on registration completed.

<figure><img src="https://1786307500-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqXsIo4b4WtOTfICyOIxa%2Fuploads%2Fgit-blob-721811550b96d1fdbaee95904643dee94d9396db%2Fimage.png?alt=media" alt="" width="563"><figcaption></figcaption></figure>

### 5. Using APIs <a href="#id-5-using-apis" id="id-5-using-apis"></a>

Once you have obtained your API key, you can fetch data from the provided endpoints.

*Example:*

```
  curl --request GET 'https://explorer-api.cronos.org/mainnet/api/v1/{module}/{action}?apikey={your_apikey}
```

### API Documentation

Please visit <https://explorer-api-doc.cronos.org/mainnet/> for API documentation.
