Retrieve the EOA accounts for the current user
GET/api/v1/eoa-accounts
Returns a list of externally owned account (EOA) addresses associated with the authenticated user.
Responses
- 200
- 401
- 500
A list of EOA accounts for the current user.
Unauthorized, missing or invalid token.
Internal server error.