> For the complete documentation index, see [llms.txt](https://docs.protokol.com/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.protokol.com/developers/sdk/nameservice/api-endpoints.md).

# 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  |
