Skip to main content
GET
/
api
/
v1
/
user
/
accounts
/
owner
Get user owner by SubAccount
curl --request GET \
  --url https://api.ekiden.fi/api/v1/user/accounts/owner \
  --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.

Query Parameters

sub_addr
string
required

SubAccount address

Response

Owner found

root_addr
string
required