# API keys

API Keys are available to enhance request availability. Keys give users the ability to query the API up to 10 requests/sec.

{% hint style="info" %}
The value of requests per API key is managed via `API_RATE_LIMIT_BY_KEY`. The default value is *50*.
{% endhint %}

A maximum of 3 keys can be created for each account.

## Create API key

**1) Login to My Account in Blockscout** <[*login instructions*](/using-quaiscan/my-account.md)> to get started. Once logged in:

1. Go to API keys in the user menu.
2. Press Add API key.

<figure><img src="/files/4qgQkZBgZAjXg7V1lXtK" alt=""><figcaption></figcaption></figure>

**2)** **Fill in the Name field**. Add a Name for your API key. This is for your information only and to differentiate between different keys. Press **Generate API key.**

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

**3) API key generated.** The API Key is now added to your API dashboard. You can copy the key or edit the name/delete the key at any time. In addition you can add 2 additional keys (up to 3 per account).

<figure><img src="/files/4FlWCh53rF0E4fNc4Ycn" alt=""><figcaption></figcaption></figure>

## Use API key

Add the following to the end of a query to use your API key:\
`&apikey=your-api-key`

For example, a query to get more info on USDT on Quai with the API key `fdbfa288-1695-454e-a369-4501253a120`would be formatted as follows:

`https://quaiscan.io/api?module=token&action=getToken&contractaddress=0x94b008aA00579c1307B0EF2c499aD98a8ce58e58&apikey=fdbfa288-1695-454e-a369-4501253a120`

{% hint style="info" %}
For more info on RPC calls see the [RPC API Endpoints documentation](/developer-support/api/rpc-endpoints.md).
{% endhint %}


---

# 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.quaiscan.io/using-quaiscan/my-account/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.
