# How to Create an API Key

1\. Go to [API Management](https://www.asterdex.com/en/api-management) and connect your wallet, then click **\[Create API]**.

<figure><img src="/files/eA3hO0QijPJD4ksUu1m4" alt=""><figcaption></figcaption></figure>

2\. Enter a label for your API key and click **\[Create API]**.

<figure><img src="/files/jZ83sgfwWkWYksB142DJ" alt=""><figcaption></figcaption></figure>

3\. Copy both the API key and secret key and store them somewhere secure.

<figure><img src="/files/8JpAh4wNZmQuM4GSaGvU" alt=""><figcaption></figcaption></figure>

**Note:** The secret key is only shown once — immediately after creation. It cannot be retrieved again. If you lose it, delete the key and create a new one. Do not share either key with anyone.

**Additional limits and options:**

* Each account supports up to 30 API keys.
* Binding your API key to a fixed IP address is recommended for added security.
* Manage and view all your keys in [API Management](https://www.asterdex.com/en/api-management).


---

# 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.asterdex.com/for-developers/aster-api/how-to-create-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.
