# API Endpoints

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

## List Of Configurations Endpoints

| Endpoints                                                                                            | Description                                    | Type |
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------- | ---- |
| [/configurations](https://docs.protokol.com/developers/sdk/nameservice/api-endpoints/configurations) | Returns configurations for nameserivce plugins | GET  |

## List Of Nameservice Endpoints

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