Create a new EOA account for the current user
POST/api/v1/eoa-accounts
Registers a new externally owned account (EOA) address for the authenticated user.
Request
Responses
- 201
- 400
- 401
- 500
Successfully created EOA account.
Invalid request body or address format.
Unauthorized, missing or invalid token.
Internal server error.