# Getting an API Key

Within VeChainStats, every user is able to create an account to create a free API key. To obtain an API key, please follow these steps:

1. Create an account on VeChainStats by navigating to 'API' under the 'More' dropdown in the top bar. You will end up on the page below where you can press 'Sign Up' which prompts a window allowing you to set up your account. After creating your credentials you will have to verify your email by pressing the link that's sent to your email.

<figure><img src="/files/CDTSK9le2oYPOLrLmJwx" alt=""><figcaption><p>Sign up for an account</p></figcaption></figure>

2. After validating your email by clicking the link that has been sent to you, you should be automatically logged in and brought to your personal API dashboard. Clicking the button 'create a free API Key' should generate your first API Key.&#x20;

<figure><img src="/files/LG3XcfvtOYKZPMlNzpwj" alt=""><figcaption><p>Create a free API Key</p></figcaption></figure>

Creating a premium or enterprise key through the dashboard isn't available at this time. If you're interest in obtaining a key with higher request limits and premium endpoints you should reach out through our contact form.&#x20;

<figure><img src="/files/nrY9RoUYB8KcfSn2DF4s" alt=""><figcaption><p>Contact Us for an upgraded API Key. </p></figcaption></figure>


---

# 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.vechainstats.com/getting-started/getting-an-api-key.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.
