# API Endpoints & SDK

## Minted Public API

{% hint style="warning" %}

## Important Notes

* The rate limit for the API is set at **five queries per second (QPS)**. Please ensure your application or software complies with this limit to avoid service disruption or suspension of your API keys.
* Attribution to Minted is required when using the public API. Please refer to the [Brand Assets & Usage](https://help.minted.network/important-references/brand-assets-and-usage) article for guidelines on adequately attributing Minted.
* Minted reserves the right to revoke or limit API keys at any time for any reason, including but not limited to misuse or abuse of the API.
  {% endhint %}

### Limitation and Caching

The API rate limit is 5 QPS, and the cache will refresh every five minutes at most. As a result, collection stats may reflect data up to five minutes old, plus any additional time the data was cached. Minted does not guarantee the accuracy or timeliness of the data returned by the API and is not liable for any damages or losses resulting from its use.

### Getting Your API

To access Minted Public API, you must apply for API keys by completing the following form. API keys are necessary to authenticate your requests and monitor usage limits.

{% embed url="<https://airtable.com/embed/appO08JN6UBTlTje7/shrt2kmlNkRWFn0A8>" %}

## Minted SDK

This [documentation](https://github.com/minted-network/sdk) provides list of functions to interact with Minted Network marketplace.

Should you have any questions about requesting an API, please email <contact@minted.network>.


---

# 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://help.minted.network/minted-help-centre/developers/api-endpoints-and-sdk.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.
