# Blokiments API

{% hint style="success" %}
**Do you already have a key?  Check the API reference ->** [**https://api.blokiments.com/documentation**](https://api.blokiments.com/documentation)
{% endhint %}

## Create a new API key

To create a new API key, follow this simple steps:

1. Create a free account: <https://blokiments.com/register> or log into an existing account
2. Go to the [API Keys management dashboard](https://blokiments.com/account-api-key-management).
3. Add a new API key and select the key name.
4. Click on `Create new key`
5. Copy the key to your script.
6. Check the API [reference](https://api.blokiments.com/documentation).

{% hint style="warning" %}
The API is in beta, so there might be unpredictable changes to the endpoints. We will add more endpoints soon. If you have any requests, please contact us at <info@blokiments.com>.
{% endhint %}

**If more API requests are needed than provided by the free plan in the Blokiments app, a subscription can be made via the RapidAPI platform:** [**https://rapidapi.com/blokiments/api/blokiments-data-api**](https://rapidapi.com/blokiments/api/blokiments-data-api)

## Use cases and guides

* [Token Analyzer Engine API](https://docs.blokiments.com/features/blokiments-api/token-analyzer-api)
* [Google Sheets Integration guide](https://docs.blokiments.com/features/blokiments-api/google-sheets-integration)
* [Get historical price data](https://docs.blokiments.com/features/blokiments-api/get-historical-price-data)
* Get all token data


---

# 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.blokiments.com/features/blokiments-api.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.
