# Data APIs

Our data APIs provide data on tokens and links created and creators and communities currently using MintGate.&#x20;

### APIs Available

You can find the data APIs available and their descriptions [here ](https://mgate.io/docs/)or at <https://mgate.io/docs/>.&#x20;

### How to Utilize the APIs

Most of our APIs require you to access using an API token.&#x20;

You can access developer API keys [here](https://www.mintgate.app/token_api) or at <https://www.mintgate.app/token_api>. If you do not already have an account on MintGate, you will be asked to log in using your Twitter OAuth or digital wallet to create an account.&#x20;

{% hint style="info" %}
If you have questions or need support, message us on Discord at [discord.gg/HVsbWZfrFQ](https://t.co/4O0TR4KvQf?amp=1) or email us at <support@mintgate.io>.&#x20;
{% 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://mintgate.gitbook.io/mintgate-docs/direct-integrations/data-apis.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.
