cURL
curl --request GET \ --url https://api.ekiden.fi/api/v1/user/sub-accounts \ --header 'Authorization: Bearer <token>'
{ "sub_account_addresses": [ "<string>" ] }
List Sub Accounts under the Root Account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sub Accounts