# API Endpoints

{% hint style="info" %}
Default nameservice prefix is `/api/nameservice`
{% endhint %}

## List Of Configurations Endpoints

| Endpoints                                                                      | Description                                    | Type |
| ------------------------------------------------------------------------------ | ---------------------------------------------- | ---- |
| [/configurations](/developers/sdk/nameservice/api-endpoints/configurations.md) | Returns configurations for nameserivce plugins | GET  |

## List Of Nameservice Endpoints

| Endpoints                                                                             | Description                                    | Type |
| ------------------------------------------------------------------------------------- | ---------------------------------------------- | ---- |
| [/](/developers/sdk/nameservice/api-endpoints/nameservice.md#nameservice-all)         | Returns all nameservice transactions           | GET  |
| [/:id](/developers/sdk/nameservice/api-endpoints/nameservice.md#namervice-id)         | Returns specific nameservice transaction by id | GET  |
| [/:id/wallet](/developers/sdk/nameservice/api-endpoints/nameservice.md#get-id-wallet) | Returns wallet by its nameservice name         | GET  |


---

# 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.protokol.com/developers/sdk/nameservice/api-endpoints.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.
