> For the complete documentation index, see [llms.txt](https://raiden-network.gitbook.io/raiden-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://raiden-network.gitbook.io/raiden-network/raiden-api-1/resources/version.md).

# Version

You can query the version endpoint to see which version of Raiden you're currently running.

## Address Resource Overview

| HTTP Method | Resource                                                                                               | Description       |
| ----------- | ------------------------------------------------------------------------------------------------------ | ----------------- |
| GET         | [`/api/<version>/version`](/raiden-network/raiden-api-1/resources/version.md#version-resource-details) | Version of Raiden |

## Version Resource Details

## Version of Raiden

<mark style="color:blue;">`GET`</mark> `http://localhost:5001/api/v1/version`

#### Path Parameters

| Name    | Type   | Description        |
| ------- | ------ | ------------------ |
| version | string | Version of the API |

{% tabs %}
{% tab title="200 Successful query" %}

```bash
{
    "version": "0.100.5a1.dev157+geb2af878d"
}
```

{% endtab %}
{% endtabs %}
