Skip to main content
GET
/
api
/
v1
/
user
/
accounts
/
owned
Get SubAccounts owned by root
curl --request GET \
  --url https://api.ekiden.fi/api/v1/user/accounts/owned \
  --header 'Authorization: Bearer <token>'
{
  "sub_accounts": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Response

Owned SubAccounts

sub_accounts
string[]
required