Add a new account address for authentication
Account Management
Add a new account address for authentication
Registers a new authenticated account address for the authenticated user. This address can be used to sign in via SIWE and to start new API sessions.
POST
Add a new account address for authentication
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The Ethereum address of the new externally owned account.
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x1234567890abcdef1234567890abcdef12345678"