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

Version of Raiden

Version Resource Details

Version of Raiden

GET http://localhost:5001/api/v1/version

Path Parameters

NameTypeDescription

version

string

Version of the API

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

Last updated