# Block Explorer and API Keys

### Block Explorers

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

* [https://evm.planq.network/](https://evm.planq.network)
* <https://explorer.planq.network/>
  {% endtab %}

{% tab title="Atlas Testnet" %}
{% embed url="<https://testnet-explorer.konsortech.xyz/planq>" %}

{% embed url="<https://explorer.whenmoonwhenlambo.money/planq-testnet/>" %}
{% endtab %}
{% endtabs %}

### **Creating API Keys on Planq EVM Explorer**

The Planq EVM Explorer Developer APIs are designed to provide accessible and consistent Planq data to the Planq community. The APIs are provided as a community service with a rate up to five calls per second per IP. Users need to [register](https://evm.planq.network/register) for a Planq EVM Explorer account to create an API key.\
After registration, a Planq EVM Explorer user account will have a quota of up to three API keys.

On the [Planq EVM Explorer user dashboard](https://evm.planq.network/myaccount), select “**API-KEYs**” in the left column or go to <https://evm.planq.network/myapikey>.

![drawing](/files/DWv7APhtF87ij7zK7XDl)

Click “**Create a new API-KEY token**”. Then optionally input an \_**AppName** \_ if you wish to.

![drawing](/files/FT32PG3IGwMzx7pOQIkt)

After the “**API*****-*****KEY Token**” is successfully created, a message will show up as per the example below. You can now use the “**API key token**” for your applications on Planq!

![](/files/HbkzrOI9t6d06Uj5GoDR)


---

# 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.planq.network/block-explorers/block-explorer-and-api-keys.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.
