# API - Getting Started

{% hint style="info" %}
If you want to request any kind of feature/new API, please reach out by raising a ticket on our discord at <https://discord.gg/matricalabs>
{% endhint %}

{% hint style="danger" %}
Some APIs will only work with Solana wallets.

If you notice any kind of bug or route not working properly, please raise a ticket in our discord server or group DM with your community and our team will help.
{% endhint %}

## Making a request

To make a request to our API, simply call:

`https://api.matrica.io/v1/{path}?apiKey={key}`

## Finding your API Key

You API key can be found under the the 'API' tab, under the "General" on the Matrica Business site.

<figure><img src="/files/34tw0QtoF8ni4RvjR09y" alt=""><figcaption></figcaption></figure>


---

# 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.matrica.io/api-reference/api-getting-started.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.
