Address
By querying the address endpoint you can check whether a Raiden node is up and running correctly.
Address Resource Overview
HTTP Method
Resource
Description
Address Resource Details
Info About Your Raiden Node
GET
http://localhost:5001/api/v1/address
Queries the Ethereum address you choose when starting Raiden. A Raiden node is up and running correctly if the response returns that same address.
Path Parameters
Name
Type
Description
version
string
Version of the API
{
"our_address": "0x2a65Aca4D5fC5B5C859090a6c34d164135398226"
}
Last updated
Was this helpful?