Settings

By querying the settings endpoint you can check which settings you are running your Raiden node with.

Settings Resource Overview

HTTP Method

Resource

Description

GET

Settings of your Raiden node

Settings Resource Details

Settings Information

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

Queries the settings of your Raiden node. At the moment only the URL of the pathfinding service is returned. The endpoint will provide more settings in the future.

Path Parameters

NameTypeDescription

version

string

Version of the API

{
    "pathfinding_service_address": "https://pfs.transport04.raiden.network"
}

Last updated