Skip to main content
GET
/
api
/
v1
/
user
/
sub-accounts
Get Sub Accounts
curl --request GET \
  --url https://api.ekiden.fi/api/v1/user/sub-accounts \
  --header 'Authorization: Bearer <token>'
{
  "sub_account_addresses": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Sub Accounts

sub_account_addresses
string[]
required