cURL
curl --request GET \ --url https://api.ekiden.fi/api/v1/user/accounts/owned \ --header 'Authorization: Bearer <token>'
{ "sub_accounts": [ "<string>" ] }
Return SubAccounts owned by the authenticated root; if the caller is a subaccount, resolve to its root automatically.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Owned SubAccounts