Skip to main content
GET
/
api
/
v1
/
user
/
root-account
Get Root Account
curl --request GET \
  --url https://api.ekiden.fi/api/v1/user/root-account \
  --header 'Authorization: Bearer <token>'
{
  "root_addr": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Root Account

root_addr
string
required